Skip to content

Commit 164ac24

Browse files
build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (#2414)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6d43a8 commit 164ac24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chart-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
kind load image-archive trivy-operator.tar
7979
- name: Set up python
80-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
80+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
8181
with:
8282
python-version: 3.7
8383
- name: Setup chart-testing

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737
ref: ${{ github.event.inputs.ref }}
3838
persist-credentials: true
39-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
39+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
4040
with:
4141
python-version: 3.x
4242
- run: |

.github/workflows/publish-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: v3.14.2
3333
- name: Set up python
34-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
34+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3535
with:
3636
python-version: 3.7
3737
- name: Setup Chart Linting

0 commit comments

Comments
 (0)