Skip to content

Commit 95b16bc

Browse files
committed
Update cache action version in tests workflow to v5.0.5
1 parent f74b29b commit 95b16bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache: pip
4848
cache-dependency-path: requirements*/*.txt
4949
- name: cache mypy
50-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
50+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5151
with:
5252
path: ./.mypy_cache
5353
key: mypy|${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)