Skip to content

Commit 37790bd

Browse files
committed
Update actions/setup-python action to v5.4.0
Signed-off-by: Mend Renovate <[email protected]>
1 parent fd1d116 commit 37790bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/operator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- name: Setup Python
33-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
33+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3434
with:
3535
python-version: '3.10'
3636
cache: 'pip'
@@ -400,7 +400,7 @@ jobs:
400400
run: kubectl -n minio wait --for=condition=Available --timeout=300s deploy/minio
401401

402402
- name: Setup Python
403-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
403+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
404404
with:
405405
python-version: '3.10'
406406
cache: 'pipenv'

0 commit comments

Comments
 (0)