We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f290341 commit d95de11Copy full SHA for d95de11
2 files changed
.github/workflows/hugo-site-build.yml
@@ -60,7 +60,7 @@ jobs:
60
fetch-depth: 0
61
62
- name: Setup Python
63
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
64
with:
65
python-version: "3.12" # install the python version needed
66
.github/workflows/validate-recommendations.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26
27
- name: Set up Python 3.x
28
29
30
python-version: 3.x
31
0 commit comments