We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeaecf commit d59aedaCopy full SHA for d59aeda
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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
27
- name: Set up Python 3.x
28
29
30
python-version: 3.x
31
0 commit comments