Skip to content

Commit 8e2ad79

Browse files
committed
GHA: Update actions
1 parent a4db294 commit 8e2ad79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=dir::$(pip cache dir)"
3030
3131
- name: Cache
32-
uses: actions/cache@v1
32+
uses: actions/cache@v3
3333
with:
3434
path: ${{ steps.pip_cache_dir.outputs.dir }}
3535
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.ci_pip_reqs.txt') }}-${{ hashFiles('**/setup.py') }}
@@ -49,7 +49,7 @@ jobs:
4949
run: tox -e unit
5050

5151
- name: Coverage
52-
uses: codecov/codecov-action@v1
52+
uses: codecov/codecov-action@v3
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555
file: ./coverage.xml

0 commit comments

Comments
 (0)