Skip to content

Commit 915f39a

Browse files
Bump actions/setup-python from 4.8.0 to 5.0.0 (#2050)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.8.0...v5.0.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 6a12140 commit 915f39a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Output Docker info
2020
run: docker info
2121
- name: Set up Python
22-
uses: actions/setup-python@v4.8.0
22+
uses: actions/setup-python@v5.0.0
2323
with:
2424
python-version: '3.11'
2525
check-latest: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Output Docker info
2121
run: docker info
2222
- name: Set up Python
23-
uses: actions/setup-python@v4.8.0
23+
uses: actions/setup-python@v5.0.0
2424
with:
2525
python-version: '3.11'
2626
check-latest: true

.github/workflows/test-video.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Output Docker info
1717
run: docker info
1818
- name: Set up Python
19-
uses: actions/setup-python@v4.8.0
19+
uses: actions/setup-python@v5.0.0
2020
with:
2121
python-version: '3.11'
2222
check-latest: true

0 commit comments

Comments
 (0)