Skip to content

Commit 6008063

Browse files
committed
v0.2.29 release
1 parent dd059bb commit 6008063

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The path where cuda is installed (same as `CUDA_PATH` in `GITHUB_ENV`).
106106

107107
```yaml
108108
steps:
109-
- uses: Jimver/cuda-toolkit@v0.2.24
109+
- uses: Jimver/cuda-toolkit@v0.2.29
110110
id: cuda-toolkit
111111
with:
112112
cuda: '12.5.0'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cuda-toolkit",
33
"description": "GitHub Action to install the NVIDIA CUDA Toolkit",
4-
"version": "0.2.28",
4+
"version": "0.2.29",
55
"author": "Jim Verheijde",
66
"type": "module",
77
"private": true,

0 commit comments

Comments
 (0)