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 28758d1 commit 63bfbb6Copy full SHA for 63bfbb6
actions/linting/action.yml
@@ -18,7 +18,7 @@ runs:
18
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
20
- name: Cache ansible & pre-commit
21
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
22
with:
23
path: |-
24
~/.ansible
@@ -32,7 +32,7 @@ runs:
32
if: inputs.ansible-roles-config != 'missing'
33
34
- name: Cache pre-commit
35
36
37
path: ~/.cache/pre-commit
38
key: cache-${{ hashFiles(inputs.pre-commit-config) }}
0 commit comments