File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 run : echo "::set-output name=dir::$(yarn cache dir)"
3333
3434 - name : Cache node_modules 📦
35- uses : actions/cache@v2.1.4
35+ uses : actions/cache@v2.1.7
3636 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3737 with :
3838 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 3333 run : echo "::set-output name=dir::$(yarn cache dir)"
3434
3535 - name : Cache node_modules 📦
36- uses : actions/cache@v2.1.4
36+ uses : actions/cache@v2.1.7
3737 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3838 with :
3939 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 2121 run : echo "::set-output name=dir::$(yarn cache dir)"
2222
2323 - name : Cache node_modules 📦
24- uses : actions/cache@v2.1.4
24+ uses : actions/cache@v2.1.7
2525 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2626 with :
2727 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 1818 run : echo "::set-output name=dir::$(yarn cache dir)"
1919
2020 - name : Cache node_modules 📦
21- uses : actions/cache@v2.1.4
21+ uses : actions/cache@v2.1.7
2222 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2323 with :
2424 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments