Skip to content

Commit

Permalink
Merge pull request #1229 from nttgin/dependabot/github_actions/dev/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
massimocandela authored Jan 18, 2024
2 parents 8c5540a + de8386b commit 7283d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: '0'

- name: Cache multiple paths
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: '0'

- name: Cache multiple paths
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 7283d13

Please sign in to comment.