Skip to content

Commit 38426e1

Browse files
Build: Bump actions/setup-python from 5 to 6 in the github-actions group
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]>
1 parent eda7bab commit 38426e1

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
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.12"
1818

@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v5
6161

6262
- name: Set up Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666

@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v5
122122

123123
- name: Set up Python
124-
uses: actions/setup-python@v5
124+
uses: actions/setup-python@v6
125125
with:
126126
python-version: "3.12"
127127

@@ -174,7 +174,7 @@ jobs:
174174
- uses: actions/checkout@v5
175175

176176
- name: Set up Python
177-
uses: actions/setup-python@v5
177+
uses: actions/setup-python@v6
178178
with:
179179
python-version: ${{ matrix.python-version }}
180180

.github/workflows/wheels.yml

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

4545
- name: Set up Python
46-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
46+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4747
with:
4848
python-version: "3.x"
4949

0 commit comments

Comments
 (0)