Skip to content

Commit 9fa846f

Browse files
Bump actions/setup-python from 4 to 5 (#408)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3d8bfd commit 9fa846f

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
@@ -25,7 +25,7 @@ jobs:
2525
- "3.8"
2626
steps:
2727
- name: Setup python for tox
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: "3.11"
3131
- name: Install tox
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636
- name: Setup python for test ${{ matrix.py }}
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ matrix.py }}
4040
- name: Pick environment to run
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
with:
7676
fetch-depth: 0
77-
- uses: actions/setup-python@v4
77+
- uses: actions/setup-python@v5
7878
with:
7979
python-version: "3.11"
8080
- name: Install tox
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
fetch-depth: 0
115115
- name: Setup Python "3.11"
116-
uses: actions/setup-python@v4
116+
uses: actions/setup-python@v5
117117
with:
118118
python-version: "3.11"
119119
- 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)