Skip to content

Commit

Permalink
fix: update github actions cache v2 -> v4 (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip authored Mar 5, 2025
1 parent 2369d18 commit 14d89f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 18.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: '**/node_modules'
Expand All @@ -45,7 +45,7 @@ jobs:
with:
node-version: 18.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand All @@ -64,7 +64,7 @@ jobs:
with:
node-version: 18.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand All @@ -83,7 +83,7 @@ jobs:
with:
node-version: 18.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
node-version: 18.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
with:
name: app-build

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 14d89f6

Please sign in to comment.