Skip to content

Commit b9ec7f8

Browse files
chore(deps): bump actions/setup-python from 4.1.0 to 5.1.0 (#715)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.1.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d91d238 commit b9ec7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-lint-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2323
# yamllint (https://github.com/adrienverge/yamllint) which require Python
2424
- name: Set up Python
25-
uses: actions/setup-python@v4.1.0
25+
uses: actions/setup-python@v5.1.0
2626
with:
2727
python-version: 3.7
2828

0 commit comments

Comments
 (0)