Skip to content

Commit

Permalink
Merge pull request #1533 from renovate-bot/renovate/actions-setup-pyt…
Browse files Browse the repository at this point in the history
…hon-5.x

Update actions/setup-python action to v5.4.0
  • Loading branch information
openshift-merge-bot[bot] authored Jan 28, 2025
2 parents fd1d116 + 37790bd commit eda52c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.10'
cache: 'pipenv'
Expand Down

0 comments on commit eda52c6

Please sign in to comment.