Skip to content

Commit

Permalink
ci: update "actions/cache@v4"
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jan 30, 2024
1 parent e4023f6 commit dd72fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-node_modules
with:
path: node_modules
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: 20
# Install node_modules
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-node_modules
with:
path: node_modules
Expand All @@ -52,7 +52,7 @@ jobs:
with:
node-version: 20
# Install node_modules
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-node_modules
with:
path: node_modules
Expand All @@ -72,7 +72,7 @@ jobs:
with:
node-version: 20
# Install node_modules
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-node_modules
with:
path: node_modules
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
# Install node_modules
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-node_modules
with:
path: node_modules
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-node_modules
with:
path: node_modules
Expand Down

0 comments on commit dd72fde

Please sign in to comment.