Skip to content

Commit 60e6b9f

Browse files
chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0a5c615...82c7e63) --- 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 76b022f commit 60e6b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-chart-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: latest
2727

2828
- name: Set-up Python
29-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
29+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
3030
with:
3131
python-version: "3.x"
3232

0 commit comments

Comments
 (0)