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 2c49168 + 9721c1d commit 227e23cCopy full SHA for 227e23c
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
24
with:
25
path: ${{ runner.tool_cache }}/awscliv2
26
key: awscliv2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
0 commit comments