Skip to content

Commit 7da3fa4

Browse files
Bump Jimver/cuda-toolkit from 0.2.29 to 0.2.30 (#662)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ef18e4 commit 7da3fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666

6767
- name: Install CUDA Toolkit (Linux)
6868
if: runner.os == 'Linux'
69-
uses: Jimver/[email protected].29
69+
uses: Jimver/[email protected].30
7070
with:
7171
cuda: '12.6.2'
7272
method: 'network'
7373
sub-packages: '["nvcc", "cudart"]'
7474

7575
- name: Install CUDA Toolkit (Windows)
7676
if: runner.os == 'Windows'
77-
uses: Jimver/[email protected].29
77+
uses: Jimver/[email protected].30
7878
with:
7979
cuda: '12.6.2'
8080
method: 'network'
@@ -115,7 +115,7 @@ jobs:
115115
# For Linux, the CUDA Toolkit is installed the dockerfile
116116
- name: Install CUDA Toolkit (Windows)
117117
if: runner.os == 'Windows'
118-
uses: Jimver/[email protected].29
118+
uses: Jimver/[email protected].30
119119
with:
120120
cuda: '12.6.2'
121121
method: 'network'

0 commit comments

Comments
 (0)