Skip to content

Commit 32393d5

Browse files
Merge pull request #12 from product-os/renovate/actions-cache-digest
Update actions/cache digest to 5a3ec84
2 parents 939a110 + 79e5948 commit 32393d5

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
23+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2424
with:
2525
path: ${{ runner.tool_cache }}/awscliv2
2626
key: awscliv2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}

0 commit comments

Comments
 (0)