Skip to content

Commit 33fffd6

Browse files
Bump actions/setup-python from 5 to 6 (#381)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...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 6f82e80 commit 33fffd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
version: v3.10.3
113113

114114
- name: Set up Python
115-
uses: actions/setup-python@v5
115+
uses: actions/setup-python@v6
116116
with:
117117
python-version: "3.10"
118118

@@ -158,7 +158,7 @@ jobs:
158158
version: v3.10.3
159159

160160
- name: Set up Python
161-
uses: actions/setup-python@v5
161+
uses: actions/setup-python@v6
162162
with:
163163
python-version: "3.10"
164164

0 commit comments

Comments
 (0)