Skip to content

Commit

Permalink
Merge pull request #961 from jupyterhub/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
consideRatio authored Feb 1, 2024
2 parents 641a02e + 1c9301e commit 6dd2ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# completion. Make sure to update the key to bust the cache
# properly if you make a change that should influence it.
- name: Load cached Python dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /srv/venv/
key: >-
Expand Down

0 comments on commit 6dd2ee8

Please sign in to comment.