We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1d116 commit 37790bdCopy full SHA for 37790bd
.github/workflows/operator.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
32
- name: Setup Python
33
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
34
with:
35
python-version: '3.10'
36
cache: 'pip'
@@ -400,7 +400,7 @@ jobs:
400
run: kubectl -n minio wait --for=condition=Available --timeout=300s deploy/minio
401
402
403
404
405
406
cache: 'pipenv'
0 commit comments