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.
2 parents 57b6827 + 007161a commit 3d0d421Copy full SHA for 3d0d421
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
27
28
- name: Cache
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
with:
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key: release-${{ hashFiles('**/setup.py') }}
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
33
34
35
key:
@@ -47,7 +47,7 @@ jobs:
47
tox --verbose
48
49
- name: Upload coverage
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
52
name: coverage-data-${{ matrix.python-version }}
53
path: ".coverage.*"
0 commit comments