mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #961 from jupyterhub/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
This commit is contained in:
2
.github/workflows/unit-test.yaml
vendored
2
.github/workflows/unit-test.yaml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
# completion. Make sure to update the key to bust the cache
|
# completion. Make sure to update the key to bust the cache
|
||||||
# properly if you make a change that should influence it.
|
# properly if you make a change that should influence it.
|
||||||
- name: Load cached Python dependencies
|
- name: Load cached Python dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /srv/venv/
|
path: /srv/venv/
|
||||||
key: >-
|
key: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user