Skip to content

Commit ecbffed

Browse files
Update actions/cache action to v5
Update actions/cache from 4 to 5 Change-type: patch
1 parent d55bb48 commit ecbffed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Restore tool cache
3131
if: inputs.skip-cache != 'true'
3232
id: cache
33-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
33+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
3434
with:
3535
path: ${{ runner.tool_cache }}/skopeo
3636
key: skopeo-${{ runner.os }}-${{ runner.arch }}-${{ steps.latest.outputs.release || inputs.version }}

0 commit comments

Comments
 (0)