Skip to content

Commit 062ba7e

Browse files
authored
Merge pull request #381 from ttsukagoshi/dependabot/github_actions/main/actions/cache-4.0.0
github-actions(deps): bump actions/cache from 3.3.2 to 4.0.0
2 parents d6af770 + 0ac07d8 commit 062ba7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: '22'
2727

2828
- name: Cache node modules
29-
uses: actions/cache@v3.3.2
29+
uses: actions/cache@v4.0.0
3030
env:
3131
cache-name: cache-node-modules
3232
with:

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: '22'
3030
- name: Cache node modules
31-
uses: actions/cache@v4
31+
uses: actions/cache@v4.0.0
3232
with:
3333
path: ~/.npm
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)