Skip to content

Commit d38c0e4

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- macos-latest
3030
steps:
3131
- name: Setup python for tox
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: "3.11"
3535
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install self-tox
3939
run: python -m pip install .
4040
- name: Setup python for test ${{ matrix.py }}
41-
uses: actions/setup-python@v4
41+
uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.py }}
4444
- name: Setup test suite
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373
- name: Setup Python 3.11
74-
uses: actions/setup-python@v4
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: "3.11"
7777
- name: Install self-tox

.github/workflows/release.yml

+1-1
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)