Skip to content

Commit 6b815d2

Browse files
authored
Merge pull request #526 from jupyterhub/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 86c332b + 601296f commit 6b815d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Action Repo: https://github.com/actions/cache
3535
- name: "Cache node_modules"
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: node_modules
3939
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Action Repo: https://github.com/actions/cache
7777
- name: "Cache node_modules"
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
with:
8080
path: node_modules
8181
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)