Skip to content

Commit

Permalink
Bump Jimver/cuda-toolkit from 0.2.18 to 0.2.19
Browse files Browse the repository at this point in the history
Bumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.18 to 0.2.19.
- [Release notes](https://github.com/jimver/cuda-toolkit/releases)
- [Commits](Jimver/cuda-toolkit@v0.2.18...v0.2.19)

---
updated-dependencies:
- dependency-name: Jimver/cuda-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent b87b2d9 commit 5d06ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lantern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install CUDA
if: ${{matrix.cuda != ''}}
uses: Jimver/[email protected].18
uses: Jimver/[email protected].19
id: cuda-toolkit
with:
cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Install CUDA
if: ${{matrix.cuda != ''}}
uses: Jimver/[email protected].18
uses: Jimver/[email protected].19
id: cuda-toolkit
with:
cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"
Expand Down

0 comments on commit 5d06ab0

Please sign in to comment.