We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5e9d5a + 7afca0c commit e99bf15Copy full SHA for e99bf15
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
24
with:
25
path: ${{ runner.tool_cache }}/awscliv2
26
key: awscliv2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
0 commit comments