Skip to content

Commit b1bca46

Browse files
build(deps): bump actions/setup-python from 2 to 5 (#7760)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python 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 10e9b53 commit b1bca46

File tree

7 files changed

+12
-12
lines changed

7 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@v3
1616
- name: Set up Python
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.12"
2020
cache: 'pip'

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.12"
2121
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@v3
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v5
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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python 3.12
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.12'
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python 3.12
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.12'
1919

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- name: Set up Python ${{ matrix.python-version }}
4848

49-
uses: actions/setup-python@v2
49+
uses: actions/setup-python@v5
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
cache: 'pip'
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/checkout@v4
105105
- name: Set up Python ${{ matrix.python-version }}
106106

107-
uses: actions/setup-python@v2
107+
uses: actions/setup-python@v5
108108
with:
109109
python-version: ${{ matrix.python-version }}
110110
cache: 'pip'
@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@v4
150150
- name: Set up Python ${{ matrix.python-version }}
151151

152-
uses: actions/setup-python@v2
152+
uses: actions/setup-python@v5
153153
with:
154154
python-version: ${{ matrix.python-version }}
155155
cache: 'pip'
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions/checkout@v4
185185
- name: Set up Python ${{ matrix.python-version }}
186186

187-
uses: actions/setup-python@v4
187+
uses: actions/setup-python@v5
188188
with:
189189
python-version: ${{ matrix.python-version }}
190190
- name: Install dependencies
@@ -231,7 +231,7 @@ jobs:
231231
- uses: actions/checkout@v4
232232
- name: Set up Python ${{ matrix.python-version }}
233233

234-
uses: actions/setup-python@v2
234+
uses: actions/setup-python@v5
235235
with:
236236
python-version: ${{ matrix.python-version }}
237237
cache: 'pip'
@@ -281,7 +281,7 @@ jobs:
281281
- uses: actions/checkout@v4
282282
- name: Set up Python ${{ matrix.python-version }}
283283

284-
uses: actions/setup-python@v2
284+
uses: actions/setup-python@v5
285285
with:
286286
python-version: ${{ matrix.python-version }}
287287
cache: 'pip'

.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@v4
2626
- name: Set up Python ${{ matrix.python-version }}
2727

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

0 commit comments

Comments
 (0)