Skip to content

Commit 77ea83b

Browse files
Bump actions/setup-python from 4 to 5 (#292)
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 c06aa98 commit 77ea83b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Setup python for tox
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: "3.11"
3838
- name: Install tox
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Setup python for test ${{ matrix.py }}
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.py }}
4747
- name: Pick environment to run
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
91-
- uses: actions/setup-python@v4
91+
- uses: actions/setup-python@v5
9292
with:
9393
python-version: "3.11"
9494
- name: Install tox
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
fetch-depth: 0
139139
- name: Setup Python "3.11"
140-
uses: actions/setup-python@v4
140+
uses: actions/setup-python@v5
141141
with:
142142
python-version: "3.11"
143143
- name: Install tox

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
steps:
1515
- name: Setup python to build package
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
1919
- name: Install build

0 commit comments

Comments
 (0)