Skip to content

Commit 6dc85d7

Browse files
Update actions/setup-python action to v5.4.0 (#3069)
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v5.3.0 | v5.4.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47dd487 commit 6dc85d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/helm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
kubectl create secret generic nplus-license --from-file license.jwt -n nginx-gateway
110110
111111
- name: Set up Python
112-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
112+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
113113
with:
114114
python-version: "3.x"
115115
check-latest: true
@@ -162,7 +162,7 @@ jobs:
162162
kubectl create secret generic nplus-license --from-file license.jwt -n nginx-gateway
163163
164164
- name: Set up Python
165-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
165+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
166166
with:
167167
python-version: "3.x"
168168
check-latest: true

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
fetch-depth: 0
107107

108108
- name: Set up Python
109-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
109+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
110110
with:
111111
python-version: "3.x"
112112
check-latest: true

0 commit comments

Comments
 (0)