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 f74b29b commit 95b16bcCopy full SHA for 95b16bc
1 file changed
.github/workflows/tests.yaml
@@ -47,7 +47,7 @@ jobs:
47
cache: pip
48
cache-dependency-path: requirements*/*.txt
49
- name: cache mypy
50
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
51
with:
52
path: ./.mypy_cache
53
key: mypy|${{ hashFiles('pyproject.toml') }}
0 commit comments