Skip to content

Commit 0f417b9

Browse files
Bump actions/setup-python from 3 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea3b5a1 commit 0f417b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
HELM_CACHE_HOME: /tmp/helm-cache/
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v3
16+
- uses: actions/setup-python@v5
1717

1818
- name: Restore helm cache
1919
uses: actions/cache@v4

0 commit comments

Comments
 (0)