File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - name : Install asdf
1515 uses : asdf-vm/actions/setup@v1
1616 - name : Cache asdf tools
17- uses : actions/cache@v2
17+ uses : actions/cache@v4
1818 with :
1919 path : |
2020 /home/runner/.asdf
Original file line number Diff line number Diff line change 1111 - name : Install asdf
1212 uses : asdf-vm/actions/setup@v1
1313 - name : Cache tools
14- uses : actions/cache@v2
14+ uses : actions/cache@v4
1515 with :
1616 path : |
1717 /home/runner/.asdf
2828 - name : Get yarn cache directory path
2929 id : yarn-cache-dir-path
3030 run : echo "::set-output name=dir::$(yarn cache dir)"
31- - uses : actions/cache@v2
31+ - uses : actions/cache@v4
3232 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3333 with :
3434 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments