Skip to content

Commit aac4833

Browse files
Bump Jimver/cuda-toolkit from 0.2.22 to 0.2.23 (#1306)
Bumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.22 to 0.2.23. - [Release notes](https://github.com/jimver/cuda-toolkit/releases) - [Commits](Jimver/cuda-toolkit@v0.2.22...v0.2.23) --- updated-dependencies: - dependency-name: Jimver/cuda-toolkit dependency-version: 0.2.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 698379c commit aac4833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lantern.yaml

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

7979
- name: Install CUDA
8080
if: ${{matrix.cuda != ''}}
81-
uses: Jimver/[email protected].22
81+
uses: Jimver/[email protected].23
8282
id: cuda-toolkit
8383
with:
8484
cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"

.github/workflows/packaging.yaml

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

7373
- name: Install CUDA
7474
if: ${{matrix.cuda != ''}}
75-
uses: Jimver/[email protected].22
75+
uses: Jimver/[email protected].23
7676
id: cuda-toolkit
7777
with:
7878
cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"

0 commit comments

Comments
 (0)