From 28e983fc6bf47e7a732934aa029a6738e2ce16e4 Mon Sep 17 00:00:00 2001 From: Jimver Date: Wed, 9 Oct 2024 21:50:52 +0200 Subject: [PATCH] Update to version v0.2.18 --- README.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index daa95b1..8f3e933 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Add suffix to the log file name which gets uploaded as an artifact. This **has** The log file already contains the OS type (Linux/Windows) and install method (local/network) but it is not aware of other matrix variables, so add those here. For example if you use multiple linux distros: + ``` jobs: CI: @@ -87,7 +88,7 @@ The path where cuda is installed (same as `CUDA_PATH` in `GITHUB_ENV`). ```yaml steps: -- uses: Jimver/cuda-toolkit@v0.2.17 +- uses: Jimver/cuda-toolkit@v0.2.18 id: cuda-toolkit with: cuda: '12.5.0' diff --git a/package-lock.json b/package-lock.json index d408f74..12b2b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cuda-toolkit", - "version": "0.2.17", + "version": "0.2.18", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 9ad342d..56d8e5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cuda-toolkit", - "version": "0.2.17", + "version": "0.2.18", "description": "GitHub Action to install the NVIDIA CUDA Toolkit", "main": "lib/main.js", "scripts": {