File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 id : extract_base_branch
2525
2626 - name : Cache DOCtor-RST
27- uses : actions/cache@v3
27+ uses : actions/cache@v4
2828 with :
2929 path : .cache
3030 key : doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
Original file line number Diff line number Diff line change 7777 id : yarn-cache-dir-path
7878 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
7979
80- - uses : actions/cache@v3
80+ - uses : actions/cache@v4
8181 id : yarn-cache
8282 with :
8383 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 2828 - name : Get yarn cache directory path
2929 id : yarn-cache-dir-path
3030 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
31- - uses : actions/cache@v3
31+ - uses : actions/cache@v4
3232 id : yarn-cache
3333 with :
3434 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
4747 - name : Get yarn cache directory path
4848 id : yarn-cache-dir-path
4949 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
50- - uses : actions/cache@v3
50+ - uses : actions/cache@v4
5151 id : yarn-cache
5252 with :
5353 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -136,7 +136,7 @@ jobs:
136136 - name : Get yarn cache directory path
137137 id : yarn-cache-dir-path
138138 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
139- - uses : actions/cache@v3
139+ - uses : actions/cache@v4
140140 id : yarn-cache
141141 with :
142142 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments