Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.3.1 to 4.0.2 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 12cb893 commit 4b339eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- name: Cache Node.js modules
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-16.x-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -43,7 +43,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ 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 @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- name: Cache Node.js modules
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-16.x-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 4b339eb

Please sign in to comment.