File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/cache-on-main Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ inputs:
1919runs :
2020 using : composite
2121 steps :
22- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
22+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2323 if : ${{ startsWith(github.ref, 'refs/heads/') || (inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
2424 with :
2525 path : ${{ inputs.path }}
2626 key : ${{ runner.os }}-${{ inputs.prefix }}-${{ inputs.suffix }}
2727 restore-keys : |
2828 ${{ runner.os }}-${{ inputs.prefix }}-
29- - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
29+ - uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3030 if : ${{ !startsWith(github.ref, 'refs/heads/') && !(inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
3131 with :
3232 path : ${{ inputs.path }}
You can’t perform that action at this time.
0 commit comments