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 09510e7 commit 7c70caeCopy full SHA for 7c70cae
.github/workflows/ci-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: MyPy cache
57
if: ${{ matrix.step == 'mypy' }}
58
- uses: actions/cache@v3
+ uses: actions/cache@v4
59
with:
60
path: .mypy_cache/${{ env.py-semver }}
61
key: mypy-${{ env.py-semver }}
.github/workflows/tag_to_publish.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: 3.11
29
30
- name: Cache for pip
31
32
33
path: ~/.cache/pip
34
key: ${{ runner.os }}-pip-release-${{ hashFiles('requirements.txt', 'test-requirements.txt') }}
0 commit comments