Skip to content

Commit

Permalink
Prepare v0.2.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Jan 14, 2024
1 parent 9ca6ace commit 7d4a915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The path where cuda is installed (same as `CUDA_PATH` in `GITHUB_ENV`).

```yaml
steps:
- uses: Jimver/cuda-toolkit@v0.2.13
- uses: Jimver/cuda-toolkit@v0.2.14
id: cuda-toolkit
with:
cuda: '12.3.2'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuda-toolkit",
"version": "0.2.13",
"version": "0.2.14",
"description": "GitHub Action to install the NVIDIA CUDA Toolkit",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 7d4a915

Please sign in to comment.