Skip to content

Commit fe1edd3

Browse files
chore(deps): Bump actions/setup-python from 5.0.0 to 5.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0a5c615...f677139) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1de36c commit fe1edd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ct-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Helm
2525
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
2626
- name: Setup python
27-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
27+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2828
with:
2929
python-version: 3.7
3030
- name: Set up chart-testing

.github/workflows/helm-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- name: Set up Helm
2121
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
22-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
22+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2323
with:
2424
python-version: 3.7
2525
- name: Set up chart-testing

0 commit comments

Comments
 (0)