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:
Erik Sundell
2024-02-01 10:57:26 +01:00
committed by GitHub

View File

@@ -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: >-