Skip to content

Commit 911714b

Browse files
committed
Use latest Actions
1 parent 4d2ab4c commit 911714b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
submodules: true
2626
- name: Setup conda
@@ -39,6 +39,6 @@ jobs:
3939
make
4040
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py test/*/*.py
4141
${GCC/gcc/gcov} */*/*/*.gcno
42-
- uses: codecov/codecov-action@v5
42+
- uses: codecov/codecov-action@v6
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)