diff --git a/README.md b/README.md index f2358f6b..660393db 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The path where cuda is installed (same as `CUDA_PATH` in `GITHUB_ENV`). ```yaml steps: -- uses: Jimver/cuda-toolkit@v0.2.10 +- uses: Jimver/cuda-toolkit@v0.2.11 id: cuda-toolkit with: cuda: '12.1.0' diff --git a/action.yml b/action.yml index 365aedfa..4bd43a7a 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: cuda: description: 'Cuda version' required: false - default: '12.1.0' + default: '12.2.0' sub-packages: description: 'Only installs specified subpackages, must be in the form of a JSON array. For example, if you only want to install nvcc and visual studio integration: ["nvcc", "visual_studio_integration"] double quotes required! Note that if you want to use this on Linux, ''network'' method MUST be used.' required: false diff --git a/package-lock.json b/package-lock.json index 45cc03b8..428af050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cuda-toolkit", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cuda-toolkit", - "version": "0.2.10", + "version": "0.2.11", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index 1fb35399..10ebadd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cuda-toolkit", - "version": "0.2.10", + "version": "0.2.11", "description": "GitHub Action to install the NVIDIA CUDA Toolkit", "main": "lib/main.js", "scripts": {