File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 }}" >> "$GITHUB_ENV"
5757 fi
5858
59- - uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
59+ - uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6060 if : inputs.node == 'true' && inputs.read-cache == 'true' && runner.os != 'Windows'
6161 id : node-modules-restore
6262 with :
@@ -101,7 +101,7 @@ runs:
101101 HUSKY : ' 0' # By default do not run HUSKY install
102102
103103 - if : inputs.node == 'true' && inputs.save-cache == 'true' && env.CACHE_HIT != 'true' && runner.os != 'Windows'
104- uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
104+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
105105 with :
106106 path : ${{ inputs.pnpm-cache }}
107107 key : ${{ env.CACHE_KEY }}
You can’t perform that action at this time.
0 commit comments