From 6910594b17ebc825e30504aa327f837b603725e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:38:43 +0000 Subject: [PATCH] Bump Jimver/cuda-toolkit from 0.2.24 to 0.2.28 Bumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.24 to 0.2.28. - [Release notes](https://github.com/jimver/cuda-toolkit/releases) - [Commits](https://github.com/jimver/cuda-toolkit/compare/v0.2.24...v0.2.28) --- updated-dependencies: - dependency-name: Jimver/cuda-toolkit dependency-version: 0.2.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lantern.yaml | 2 +- .github/workflows/packaging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lantern.yaml b/.github/workflows/lantern.yaml index a1ae263acc..e6804636ea 100644 --- a/.github/workflows/lantern.yaml +++ b/.github/workflows/lantern.yaml @@ -63,7 +63,7 @@ jobs: - name: Install CUDA if: ${{matrix.cuda != ''}} - uses: Jimver/cuda-toolkit@v0.2.24 + uses: Jimver/cuda-toolkit@v0.2.28 id: cuda-toolkit with: cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}" diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index f55b8e664d..094afcedeb 100644 --- a/.github/workflows/packaging.yaml +++ b/.github/workflows/packaging.yaml @@ -72,7 +72,7 @@ jobs: - name: Install CUDA if: ${{matrix.cuda != ''}} - uses: Jimver/cuda-toolkit@v0.2.24 + uses: Jimver/cuda-toolkit@v0.2.28 id: cuda-toolkit with: cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"