Skip to content

Commit

Permalink
chore: bump cache from v2 to v4 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss authored Oct 21, 2024
1 parent 72b378f commit a88531a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 18

- name: Cache npm modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ env.DEPENDENCIES_CACHE }}-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18

- name: Cache npm modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ env.DEPENDENCIES_CACHE }}-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit a88531a

Please sign in to comment.