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 b7a33b4 commit 6726cb2Copy full SHA for 6726cb2
2 files changed
.github/workflows/precommit-validate.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
20
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
+ - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
21
with:
22
python-version: 3.x
23
.github/workflows/validate.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Setup Python
28
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
+ uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
29
30
- name: Setup yq (pypi.org/project/yq/)
31
run: |
0 commit comments