Skip to content

Commit a7e9643

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aeceecd commit a7e9643

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: v3.19.0
3636
- name: Set up python
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@v7
3838
with:
3939
python-version: 3.13
4040
- name: Setup Chart Linting

.github/workflows/test-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: v3.19.0
3636
- name: Set up python
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@v7
3838
with:
3939
python-version: 3.13
4040
- name: Setup Chart Linting

0 commit comments

Comments
 (0)