Skip to content

Commit 891009d

Browse files
Bump actions/setup-python from 4 to 5 (#118)
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 0116af0 commit 891009d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

.github/workflows/python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
target: [x86_64, x86]
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.10'
2727
- name: Build wheels
@@ -44,7 +44,7 @@ jobs:
4444
target: [x64, x86]
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: actions/setup-python@v4
47+
- uses: actions/setup-python@v5
4848
with:
4949
python-version: '3.10'
5050
architecture: ${{ matrix.target }}
@@ -67,7 +67,7 @@ jobs:
6767
# target: [x86_64, aarch64]
6868
# steps:
6969
# - uses: actions/checkout@v4
70-
# - uses: actions/setup-python@v4
70+
# - uses: actions/setup-python@v5
7171
# with:
7272
# python-version: '3.10'
7373
# - name: Build wheels

0 commit comments

Comments
 (0)