Skip to content

Commit 6dd2ee8

Browse files
authored
Merge pull request #961 from jupyterhub/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 641a02e + 1c9301e commit 6dd2ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# completion. Make sure to update the key to bust the cache
7171
# properly if you make a change that should influence it.
7272
- name: Load cached Python dependencies
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: /srv/venv/
7676
key: >-

0 commit comments

Comments
 (0)