From 3bbcc59558cafe435220651388ccd1e0426a2e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:20:19 +0000 Subject: [PATCH] Bump Jimver/cuda-toolkit from 0.2.14 to 0.2.16 Bumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.14 to 0.2.16. - [Release notes](https://github.com/jimver/cuda-toolkit/releases) - [Commits](https://github.com/jimver/cuda-toolkit/compare/dc0ca7bb29c5a92f7a963d3d5c93f8d59765136a...9b295696791d75d658d8de64c4a85097ad8abeaf) --- 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 ebb6642..c1091fe 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,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@9b295696791d75d658d8de64c4a85097ad8abeaf # v0.2.16 - name: Setup Cog shell: bash