Skip to content

Commit 66fc186

Browse files
Bump the actions group with 3 updates (#60)
1 parent f8bd04a commit 66fc186

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Build CPython ${{ matrix.python-version }}-${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: pypa/cibuildwheel@v2.20.0
26+
- uses: pypa/cibuildwheel@v2.22.0
2727
env:
2828
CIBW_ARCHS_MACOS: x86_64 universal2
2929
CIBW_TEST_SKIP: '*universal2:arm64'
@@ -43,7 +43,7 @@ jobs:
4343
name: Test CPython ${{ matrix.python-version }}-${{ matrix.os }}
4444
steps:
4545
- name: Setup Python
46-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
allow-prereleases: true
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v4
8585
- name: Setup Python
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: 3.8
8989
- name: Build SDist

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
allow-prereleases: true

0 commit comments

Comments
 (0)