Skip to content

Commit 85feeee

Browse files
Bump actions/setup-python from 4 to 6 (#1159)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d42aa4 commit 85feeee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
version: 0.13.0
5959

60-
- uses: actions/setup-python@v4
60+
- uses: actions/setup-python@v6
6161
with:
6262
python-version: '3.10'
6363

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
version: 0.13.0
5757

58-
- uses: actions/setup-python@v4
58+
- uses: actions/setup-python@v6
5959
with:
6060
python-version: '3.10'
6161

0 commit comments

Comments
 (0)