Skip to content

Commit 0d9f66c

Browse files
dependabot[bot]fatih-acar
authored andcommitted
Bump actions/setup-python from 5 to 6
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] <[email protected]>
1 parent 9d4ff63 commit 0d9f66c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
submodules: true
167167
- name: Set up Python
168-
uses: actions/setup-python@v5
168+
uses: actions/setup-python@v6
169169
with:
170170
python-version: "3.12"
171171
- name: "Setup Python environment"
@@ -229,7 +229,7 @@ jobs:
229229
- name: "Check out repository code"
230230
uses: "actions/checkout@v5"
231231
- name: Set up Python ${{ matrix.python-version }}
232-
uses: actions/setup-python@v5
232+
uses: actions/setup-python@v6
233233
with:
234234
python-version: ${{ matrix.python-version }}
235235
- name: "Setup environment"
@@ -278,7 +278,7 @@ jobs:
278278
- name: "Check out repository code"
279279
uses: "actions/checkout@v5"
280280
- name: Set up Python
281-
uses: actions/setup-python@v5
281+
uses: actions/setup-python@v6
282282
with:
283283
python-version: "3.12"
284284
- name: "Set environment variables"
@@ -331,7 +331,7 @@ jobs:
331331
# submodules: true
332332

333333
# - name: Set up Python
334-
# uses: actions/setup-python@v5
334+
# uses: actions/setup-python@v6
335335
# with:
336336
# python-version: "3.12"
337337

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: prepare-environment
3838
steps:
3939
- name: "Set up Python"
40-
uses: "actions/setup-python@v5"
40+
uses: "actions/setup-python@v6"
4141
with:
4242
python-version: "3.12"
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
submodules: true
2727

2828
- name: "Set up Python"
29-
uses: "actions/setup-python@v5"
29+
uses: "actions/setup-python@v6"
3030
with:
3131
python-version: "3.12"
3232

0 commit comments

Comments
 (0)