Skip to content

Commit 63bfbb6

Browse files
Renovate: actions/cache to 1bd1e32
1 parent 28758d1 commit 63bfbb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/linting/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Cache ansible & pre-commit
21-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
21+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2222
with:
2323
path: |-
2424
~/.ansible
@@ -32,7 +32,7 @@ runs:
3232
if: inputs.ansible-roles-config != 'missing'
3333

3434
- name: Cache pre-commit
35-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
35+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
3636
with:
3737
path: ~/.cache/pre-commit
3838
key: cache-${{ hashFiles(inputs.pre-commit-config) }}

0 commit comments

Comments
 (0)