Skip to content

Commit eb54461

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent e84aa24 commit eb54461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/cache-on-main/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ inputs:
1919
runs:
2020
using: composite
2121
steps:
22-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
22+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+
- uses: actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3030
if: ${{ !startsWith(github.ref, 'refs/heads/') && !(inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
3131
with:
3232
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)