Skip to content

Commit 5bff0a9

Browse files
authored
Merge pull request #262 from common-workflow-language/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 6e64986 + 167eec1 commit 5bff0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: MyPy cache
5757
if: ${{ matrix.step == 'mypy' }}
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: .mypy_cache/${{ env.py-semver }}
6161
key: mypy-${{ env.py-semver }}

0 commit comments

Comments
 (0)