Skip to content

Commit a6840f9

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update actions/cache action to v6
1 parent 081c4c6 commit a6840f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ inputs:
1818
runs:
1919
using: composite
2020
steps:
21-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
21+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
2222
if: ${{ startsWith(github.ref, 'refs/heads/') || (inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
2323
with:
2424
path: ${{ inputs.path }}
2525
key: ${{ runner.os }}-${{ runner.arch }}-${{ inputs.prefix }}-${{ inputs.suffix }}
2626
restore-keys: |
2727
${{ runner.os }}-${{ runner.arch }}-${{ inputs.prefix }}-
28-
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
28+
- uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
2929
if: ${{ !startsWith(github.ref, 'refs/heads/') && !(inputs.save-prs && startsWith(github.ref, 'refs/pull/')) }}
3030
with:
3131
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)