Skip to content

Commit 33ce052

Browse files
committed
chore(ci): upgrade astral-sh/setup-uv@v7 and Jimver/cuda-toolkit@v0.2.35 (Node 24 runtime)
1 parent 7a19575 commit 33ce052

8 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/build-wheels-cu124-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# from astral-sh/setup-uv
4242
- name: Install the latest version of uv and set the python version
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
python-version: ${{ matrix.pyver }}
4646
activate-environment: true

.github/workflows/build-wheels-cu124-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242

4343
# from kingbri1/flash-attention build-wheels.yml
4444
- name: Install CUDA ${{ matrix.cuda }}
45-
uses: N-Storm/cuda-toolkit@v0.2.28
45+
uses: Jimver/cuda-toolkit@v0.2.35
4646
id: cuda-toolkit
4747
with:
4848
cuda: "${{ matrix.cuda }}"
4949
use-github-cache: false
5050

5151
# from astral-sh/setup-uv
5252
- name: Install the latest version of uv and set the python version
53-
uses: astral-sh/setup-uv@v6
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: ${{ matrix.pyver }}
5656
activate-environment: true

.github/workflows/build-wheels-cu126-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# from astral-sh/setup-uv
4242
- name: Install the latest version of uv and set the python version
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
python-version: ${{ matrix.pyver }}
4646
activate-environment: true

.github/workflows/build-wheels-cu126-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242

4343
# from kingbri1/flash-attention build-wheels.yml
4444
- name: Install CUDA ${{ matrix.cuda }}
45-
uses: N-Storm/cuda-toolkit@v0.2.28
45+
uses: Jimver/cuda-toolkit@v0.2.35
4646
id: cuda-toolkit
4747
with:
4848
cuda: "${{ matrix.cuda }}"
4949
use-github-cache: false
5050

5151
# from astral-sh/setup-uv
5252
- name: Install the latest version of uv and set the python version
53-
uses: astral-sh/setup-uv@v6
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: ${{ matrix.pyver }}
5656
activate-environment: true

.github/workflows/build-wheels-cu128-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# from astral-sh/setup-uv
4242
- name: Install the latest version of uv and set the python version
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
python-version: ${{ matrix.pyver }}
4646
activate-environment: true

.github/workflows/build-wheels-cu128-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242

4343
# from kingbri1/flash-attention build-wheels.yml
4444
- name: Install CUDA ${{ matrix.cuda }}
45-
uses: N-Storm/cuda-toolkit@v0.2.28
45+
uses: Jimver/cuda-toolkit@v0.2.35
4646
id: cuda-toolkit
4747
with:
4848
cuda: "${{ matrix.cuda }}"
4949
use-github-cache: false
5050

5151
# from astral-sh/setup-uv
5252
- name: Install the latest version of uv and set the python version
53-
uses: astral-sh/setup-uv@v6
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: ${{ matrix.pyver }}
5656
activate-environment: true

.github/workflows/build-wheels-cu130-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# from astral-sh/setup-uv
4242
- name: Install the latest version of uv and set the python version
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
python-version: ${{ matrix.pyver }}
4646
activate-environment: true

.github/workflows/build-wheels-cu130-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242

4343
# from kingbri1/flash-attention build-wheels.yml
4444
- name: Install CUDA ${{ matrix.cuda }}
45-
uses: N-Storm/cuda-toolkit@v0.2.29
45+
uses: Jimver/cuda-toolkit@v0.2.35
4646
id: cuda-toolkit
4747
with:
4848
cuda: "${{ matrix.cuda }}"
4949
use-github-cache: false
5050

5151
# from astral-sh/setup-uv
5252
- name: Install the latest version of uv and set the python version
53-
uses: astral-sh/setup-uv@v6
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: ${{ matrix.pyver }}
5656
activate-environment: true

0 commit comments

Comments
 (0)