Skip to content

Commit

Permalink
Merge pull request #4 from Ecma-TC54/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
stevespringett authored Dec 4, 2024
2 parents 6a5520e + f3634e7 commit 5da0a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'npm'

- name: Cache npm dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'npm'

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

0 comments on commit 5da0a76

Please sign in to comment.