From f1f97c33abefe3e6b5bddfa8cc6583e887cfcb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 16:18:40 +0000 Subject: [PATCH] Bump Jimver/cuda-toolkit from 0.2.14 to 0.2.15 Bumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/jimver/cuda-toolkit/releases) - [Commits](https://github.com/jimver/cuda-toolkit/compare/dc0ca7bb29c5a92f7a963d3d5c93f8d59765136a...d34c721df9930a1f5375dbe0f6e52af57c7f56e1) --- updated-dependencies: - dependency-name: Jimver/cuda-toolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bc71dcd..119afba 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: - name: Install NVIDIA CUDA Toolkit if: inputs.install-cuda == true || inputs.install-cuda == 'true' - uses: Jimver/cuda-toolkit@dc0ca7bb29c5a92f7a963d3d5c93f8d59765136a # v0.2.14 + uses: Jimver/cuda-toolkit@d34c721df9930a1f5375dbe0f6e52af57c7f56e1 # v0.2.15 - name: Setup Cog shell: bash