Skip to content

Commit 9c94e8d

Browse files
committed
refactor: action script cache version change (#183)
1 parent e7df014 commit 9c94e8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: yarn-cache-dir-path
3030
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3131

32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
id: yarn-cache
3434
with:
3535
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -64,7 +64,7 @@ jobs:
6464
id: yarn-cache-dir-path
6565
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
6666

67-
- uses: actions/cache@v3
67+
- uses: actions/cache@v4
6868
id: yarn-cache
6969
with:
7070
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -105,6 +105,6 @@ jobs:
105105
comment-tag: ${{ github.event.number }}
106106
message: |
107107
108-
🧷 vercel: ${{ needs.deploy-vercel.outputs.preview_url }}
108+
🧷 Preview: https://${{ needs.deploy-vercel.outputs.preview_url }}
109109
110110
⏰ Update: ${{ needs.deploy-vercel.outputs.currnent_time }}

.github/workflows/ci-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: yarn-cache-dir-path
3333
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3434

35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v4
3636
id: yarn-cache
3737
with:
3838
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -63,7 +63,7 @@ jobs:
6363
id: yarn-cache-dir-path
6464
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
6565

66-
- uses: actions/cache@v3
66+
- uses: actions/cache@v4
6767
id: yarn-cache
6868
with:
6969
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)