We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55bb48 commit ecbffedCopy full SHA for ecbffed
action.yml
@@ -30,7 +30,7 @@ runs:
30
- name: Restore tool cache
31
if: inputs.skip-cache != 'true'
32
id: cache
33
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
34
with:
35
path: ${{ runner.tool_cache }}/skopeo
36
key: skopeo-${{ runner.os }}-${{ runner.arch }}-${{ steps.latest.outputs.release || inputs.version }}
0 commit comments