Skip to content

Commit 2452d6f

Browse files
Build: Bump actions/setup-python from 5 to 6 in the github-actions group (GH-26)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b32bfb4 commit 2452d6f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.12"
3434

@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v5
7777

7878
- name: Set up Python
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282

@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/checkout@v5
138138

139139
- name: Set up Python
140-
uses: actions/setup-python@v5
140+
uses: actions/setup-python@v6
141141
with:
142142
python-version: "3.12"
143143

@@ -188,7 +188,7 @@ jobs:
188188
- uses: actions/checkout@v5
189189

190190
- name: Set up Python
191-
uses: actions/setup-python@v5
191+
uses: actions/setup-python@v6
192192
with:
193193
python-version: ${{ matrix.python-version }}
194194

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
4848

4949
- name: Set up Python
50-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
50+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5151
with:
5252
python-version: "3.x"
5353

0 commit comments

Comments
 (0)