Skip to content

Commit 2884674

Browse files
committed
update actions
1 parent dacadb6 commit 2884674

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
# Note: not inside a docker
5151
- uses: actions/checkout@v4
52-
- uses: actions/setup-python@v4
52+
- uses: actions/setup-python@v5
5353
with:
5454
python-version: 'pypy-3.10'
5555

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo apt install -y libunwind-dev
3535
pkg-config libunwind --cflags --libs-only-l
3636
- name: Set up Python ${{ matrix.python }}
37-
uses: actions/setup-python@v5.2
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ matrix.python }}
4040
- name: Install

0 commit comments

Comments
 (0)