Skip to content

Commit 2e49e33

Browse files
Merge pull request #5 from hankei6km/dependabot/github_actions/actions/cache-3
2 parents acd94bf + b4be4df commit 2e49e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# https://docs.github.com/ja/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
2525
- name: Cache node modules
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
env:
2828
cache-name: cache-node-modules
2929
with:

.github/workflows/npm_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# https://docs.github.com/ja/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
3636
- name: Cache node modules
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
env:
3939
cache-name: cache-node-modules
4040
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# https://docs.github.com/ja/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
2828
- name: Cache node modules
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
env:
3131
cache-name: cache-node-modules
3232
with:

0 commit comments

Comments
 (0)