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.
1 parent 4a9adeb commit a3482d3Copy full SHA for a3482d3
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
24
with:
25
path: ${{ runner.tool_cache }}/awscliv2
26
key: awscliv2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
0 commit comments