Skip to content

Commit 9aa35a5

Browse files
authored
Update CI workflow to use newer action versions
1 parent db6b02f commit 9aa35a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
5555
- name: Checkout code
5656
# cannot use v4 yet because of https://github.com/actions/checkout/issues/1487
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v6.0.1
5858

5959
- name: Install uv
60-
uses: astral-sh/setup-uv@v6.7.0
60+
uses: astral-sh/setup-uv@v7.1.4
6161

6262
# We cannot use the setup python action because it doesn't support all containers
6363
# https://github.com/actions/setup-python/issues/527
@@ -95,8 +95,8 @@ jobs:
9595
uv pip install \
9696
meson-python \
9797
"cypari2 >=2.2.1" \
98-
"cysignals >=1.11.2, != 1.12.0" \
99-
"cython >=3.0, != 3.0.3, < 3.1.0" \
98+
"cysignals >=1.12.1" \
99+
"cython >=3.1.0" \
100100
"gmpy2 >=2.1.5" \
101101
memory_allocator \
102102
"numpy >=1.25" \

0 commit comments

Comments
 (0)