Skip to content

Commit 07dcd14

Browse files
Build(deps): Bump actions/setup-python from 4 to 5 (#1590)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python 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 5e53589 commit 07dcd14

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: "pip"

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout source
1818
uses: actions/checkout@v4
1919
- name: Set up Python 3.9
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.9"
2323
- name: Install gettext for translations

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Setup Python
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v5
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
cache: "pip"
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v4
7171
- name: Setup Python
72-
uses: actions/setup-python@v4
72+
uses: actions/setup-python@v5
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
cache: "pip"
@@ -141,7 +141,7 @@ jobs:
141141
# using 12rambau fork until then
142142
- uses: 12rambau/setup-pandoc@test
143143
- name: Setup Python
144-
uses: actions/setup-python@v4
144+
uses: actions/setup-python@v5
145145
with:
146146
python-version: ${{ matrix.python-version }}
147147
cache: "pip"
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- uses: actions/checkout@v4
169169
- name: Setup Python
170-
uses: actions/setup-python@v4
170+
uses: actions/setup-python@v5
171171
with:
172172
python-version: ${{ matrix.python-version }}
173173
cache: "pip"
@@ -210,7 +210,7 @@ jobs:
210210
steps:
211211
- uses: actions/checkout@v4
212212
- name: Setup Python
213-
uses: actions/setup-python@v4
213+
uses: actions/setup-python@v5
214214
with:
215215
python-version: ${{ matrix.python-version }}
216216
cache: "pip"

0 commit comments

Comments
 (0)