Skip to content

Commit e99bf15

Browse files
Merge pull request #14 from product-os/renovate/actions-cache-digest
Update actions/cache digest to 0400d5f
2 parents b5e9d5a + 7afca0c commit e99bf15

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

0 commit comments

Comments
 (0)