From 93f75ae0e7504131c80e6dc2bd59788ee7eba736 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 26 Jan 2025 16:56:08 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ebb6642..025d33c 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@v0.2.21 # v0.2.21 - name: Setup Cog shell: bash @@ -48,4 +48,4 @@ runs: REPLICATE_API_TOKEN: ${{ inputs.token }} run: | echo "Found REPLICATE_API_TOKEN in the environment; Authenticating..." - echo $REPLICATE_API_TOKEN | cog login --token-stdin \ No newline at end of file + echo $REPLICATE_API_TOKEN | cog login --token-stdin