We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4db294 commit 8e2ad79Copy full SHA for 8e2ad79
.github/workflows/ci_tests.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "::set-output name=dir::$(pip cache dir)"
30
31
- name: Cache
32
- uses: actions/cache@v1
+ uses: actions/cache@v3
33
with:
34
path: ${{ steps.pip_cache_dir.outputs.dir }}
35
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.ci_pip_reqs.txt') }}-${{ hashFiles('**/setup.py') }}
@@ -49,7 +49,7 @@ jobs:
49
run: tox -e unit
50
51
- name: Coverage
52
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
53
54
token: ${{ secrets.CODECOV_TOKEN }}
55
file: ./coverage.xml
0 commit comments