Skip to content

Commit

Permalink
Update to v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Sep 20, 2024
1 parent 0262613 commit dc581be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The path where cuda is installed (same as `CUDA_PATH` in `GITHUB_ENV`).

```yaml
steps:
- uses: Jimver/cuda-toolkit@v0.2.16
- uses: Jimver/cuda-toolkit@v0.2.17
id: cuda-toolkit
with:
cuda: '12.5.0'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.16",
"version": "0.2.17",
"description": "GitHub Action to install the NVIDIA CUDA Toolkit",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit dc581be

Please sign in to comment.