Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b3da7d

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#8329)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aaeae08 commit 8b3da7d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v5
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.11"
2020
cache: 'pip'

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check out
2020
uses: actions/checkout@v5
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
- name: Start building version ${{ inputs.version }}
2424
env:
2525
BUILD_BRANCH: release/build

.github/workflows/publish-to-live-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.12'
2323

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.12'
2424

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v5
5151
- name: Set up Python ${{ matrix.python-version }}
5252

53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
cache: 'pip'
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v5
115115
- name: Set up Python ${{ matrix.python-version }}
116116

117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
with:
119119
python-version: ${{ matrix.python-version }}
120120
cache: 'pip'
@@ -167,7 +167,7 @@ jobs:
167167
- uses: actions/checkout@v5
168168
- name: Set up Python ${{ matrix.python-version }}
169169

170-
uses: actions/setup-python@v5
170+
uses: actions/setup-python@v6
171171
with:
172172
python-version: ${{ matrix.python-version }}
173173
cache: 'pip'
@@ -207,7 +207,7 @@ jobs:
207207
- uses: actions/checkout@v5
208208
- name: Set up Python ${{ matrix.python-version }}
209209

210-
uses: actions/setup-python@v5
210+
uses: actions/setup-python@v6
211211
with:
212212
python-version: ${{ matrix.python-version }}
213213
- name: Install dependencies
@@ -258,7 +258,7 @@ jobs:
258258
- uses: actions/checkout@v5
259259
- name: Set up Python ${{ matrix.python-version }}
260260

261-
uses: actions/setup-python@v5
261+
uses: actions/setup-python@v6
262262
with:
263263
python-version: ${{ matrix.python-version }}
264264
cache: 'pip'
@@ -312,7 +312,7 @@ jobs:
312312
- uses: actions/checkout@v5
313313
- name: Set up Python ${{ matrix.python-version }}
314314

315-
uses: actions/setup-python@v5
315+
uses: actions/setup-python@v6
316316
with:
317317
python-version: ${{ matrix.python-version }}
318318
cache: 'pip'
@@ -356,7 +356,7 @@ jobs:
356356
- uses: actions/checkout@v5
357357
name: Set up Python ${{ matrix.python-version }}
358358

359-
- uses: actions/setup-python@v5
359+
- uses: actions/setup-python@v6
360360
with:
361361
python-version: ${{ matrix.python-version }}
362362

.github/workflows/test_startcmsproject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
- name: Set up Python ${{ matrix.python-version }}
2727

28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Create project from template

0 commit comments

Comments
 (0)