Skip to content

Commit

Permalink
Merge pull request #526 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 86c332b + 601296f commit 6b815d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

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

0 comments on commit 6b815d2

Please sign in to comment.