Skip to content

Commit 2d5d96e

Browse files
authored
Merge pull request #630 from python-jsonschema/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 3f705fd + 5c7cc83 commit 2d5d96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- run: python -m pip install tox
8787

8888
- name: cache tox virtualenvs
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: .tox
9292
key: >

0 commit comments

Comments
 (0)