Skip to content

Commit 3b232fd

Browse files
committed
ci: update actions
1 parent ff94a4c commit 3b232fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run:
3232
shell: bash -l {0}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- name: Setup conda
36-
uses: conda-incubator/setup-miniconda@v3
36+
uses: conda-incubator/setup-miniconda@v4
3737
with:
3838
python-version: ${{ matrix.python }}
3939
environment-file: .github/test_conda_env.yml
@@ -51,7 +51,7 @@ jobs:
5151
coverage combine
5252
coverage xml -o ../coverage.xml
5353
- name: upload coverage
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v6
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }} # required
5757
fail_ci_if_error: true

0 commit comments

Comments
 (0)