diff --git a/action.yml b/action.yml index ebb6642..2d83f3b 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@c569a95f0d4b94657205f07567f6a55aeedf9974 # v0.2.16 - 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