We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0b3de + 9dee246 commit 9619e6bCopy full SHA for 9619e6b
.github/workflows/docs.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
23
24
python-version: "3.12"
25
cache: "pip"
.github/workflows/lint-test-chart.yaml
@@ -59,7 +59,7 @@ jobs:
59
version: latest
60
61
- name: Install Python
62
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
63
64
token: ${{ github.token }}
65
python-version: "3.x"
0 commit comments