Skip to content

Commit 9619e6b

Browse files
authored
Merge pull request #5041 from kubernetes-sigs/dependabot/github_actions/dev-dependencies-c95a42c707
chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0 in the dev-dependencies group
2 parents 5b0b3de + 9dee246 commit 9619e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
22+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2323
with:
2424
python-version: "3.12"
2525
cache: "pip"

.github/workflows/lint-test-chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
version: latest
6060

6161
- name: Install Python
62-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
62+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6363
with:
6464
token: ${{ github.token }}
6565
python-version: "3.x"

0 commit comments

Comments
 (0)