File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 - if : github.event.pull_request
2424 uses : actions/checkout@v4
2525
26- - uses : actions/cache@v3
26+ - uses : actions/cache@v4
2727 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2828 with :
2929 path : ~/.cache # Default cache directory for both Yarn and Cypress
Original file line number Diff line number Diff line change 1515 token : ${{ secrets.GH_PERSONAL_TOKEN }}
1616 fetch-depth : 0
1717
18- - uses : actions/cache@v3
18+ - uses : actions/cache@v4
1919 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2020 with :
2121 path : ~/.cache # Default cache directory for both Yarn and Cypress
Original file line number Diff line number Diff line change 1919 token : ${{ secrets.GH_PERSONAL_TOKEN }}
2020 fetch-depth : 0
2121
22- - uses : actions/cache@v3
22+ - uses : actions/cache@v4
2323 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2424 with :
2525 path : ~/.cache # Default cache directory for both Yarn and Cypress
You can’t perform that action at this time.
0 commit comments