File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments