We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 939a110 + 79e5948 commit 32393d5Copy full SHA for 32393d5
action.yml
@@ -20,7 +20,7 @@ runs:
20
- name: Restore tool cache
21
if: inputs.skip-cache != 'true'
22
id: cache
23
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
24
with:
25
path: ${{ runner.tool_cache }}/awscliv2
26
key: awscliv2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
0 commit comments