From 8e13333fde28e0c541e6b5fbb3ff1528d6ab9b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:26:02 -0300 Subject: [PATCH] Bump Jimver/cuda-toolkit from 0.2.18 to 0.2.19 (#1245) 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](https://github.com/jimver/cuda-toolkit/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c724e7af39..2175e4cd51 100644 --- a/.github/workflows/lantern.yaml +++ b/.github/workflows/lantern.yaml @@ -78,7 +78,7 @@ jobs: - name: Install CUDA if: ${{matrix.cuda != ''}} - uses: Jimver/cuda-toolkit@v0.2.18 + uses: Jimver/cuda-toolkit@v0.2.19 id: cuda-toolkit with: cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}" diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index 416e3eb368..fb39b50d63 100644 --- a/.github/workflows/packaging.yaml +++ b/.github/workflows/packaging.yaml @@ -75,7 +75,7 @@ jobs: - name: Install CUDA if: ${{matrix.cuda != ''}} - uses: Jimver/cuda-toolkit@v0.2.18 + uses: Jimver/cuda-toolkit@v0.2.19 id: cuda-toolkit with: cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"