File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 registry-url : https://registry.npmjs.org/ # Needed for auth
2424 - name : cache all node_modules
2525 id : cache-modules
26- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
26+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2727 with :
2828 path : ' **/node_modules'
2929 key : ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
3232 if : steps.cache-modules.outputs.cache-hit != 'true'
3333 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3434 - name : cache global yarn cache
35- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
35+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3636 if : steps.cache-modules.outputs.cache-hit != 'true'
3737 with :
3838 path : ${{ steps.yarn-cache.outputs.dir }}
Original file line number Diff line number Diff line change 2222 registry-url : https://registry.npmjs.org/ # Needed for auth
2323 - name : cache all node_modules
2424 id : cache-modules
25- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
25+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2626 with :
2727 path : ' **/node_modules'
2828 key : ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
3131 if : steps.cache-modules.outputs.cache-hit != 'true'
3232 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3333 - name : cache global yarn cache
34- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
34+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3535 if : steps.cache-modules.outputs.cache-hit != 'true'
3636 with :
3737 path : ${{ steps.yarn-cache.outputs.dir }}
Original file line number Diff line number Diff line change 3636 registry-url : https://registry.npmjs.org/ # Needed for auth
3737 - name : cache all node_modules
3838 id : cache-modules
39- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
39+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4040 with :
4141 path : ' **/node_modules'
4242 key : ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
4545 if : steps.cache-modules.outputs.cache-hit != 'true'
4646 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
4747 - name : cache global yarn cache
48- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
48+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4949 if : steps.cache-modules.outputs.cache-hit != 'true'
5050 with :
5151 path : ${{ steps.yarn-cache.outputs.dir }}
You can’t perform that action at this time.
0 commit comments