Skip to content

Commit a3482d3

Browse files
Update actions/cache digest to 0c907a7
Update actions/cache Change-type: patch
1 parent 4a9adeb commit a3482d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Restore tool cache
2121
if: inputs.skip-cache != 'true'
2222
id: cache
23-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
23+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
2424
with:
2525
path: ${{ runner.tool_cache }}/awscliv2
2626
key: awscliv2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

0 commit comments

Comments
 (0)