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 3535 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3636
3737 - name : Use Cache
38- uses : actions/cache@v3
38+ uses : actions/cache@v4
3939 id : yarn-cache
4040 with :
4141 path : ${{ steps.yarn-cache-dir.outputs.dir }}
8383 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
8484
8585 - name : Use Cache
86- uses : actions/cache@v3
86+ uses : actions/cache@v4
8787 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
8888 with :
8989 path : ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -125,7 +125,7 @@ jobs:
125125 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
126126
127127 - name : Use Cache
128- uses : actions/cache@v3
128+ uses : actions/cache@v4
129129 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
130130 with :
131131 path : ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -204,7 +204,7 @@ jobs:
204204 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
205205
206206 - name : Use Cache
207- uses : actions/cache@v3
207+ uses : actions/cache@v4
208208 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
209209 with :
210210 path : ${{ steps.yarn-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change 3333 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3434
3535 - name : Use Cache
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 id : yarn-cache
3838 with :
3939 path : ${{ steps.yarn-cache-dir.outputs.dir }}
You can’t perform that action at this time.
0 commit comments