Skip to content

Commit bfea6ee

Browse files
chore(deps): update jimver/cuda-toolkit action to v0.2.30 (#426)
1 parent 98de00e commit bfea6ee

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/set-build-env/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: "composite"
2323
steps:
2424
- name: Install CUDA (NVIDIA, Linux)
25-
uses: Jimver/cuda-toolkit@v0.2.29
25+
uses: Jimver/cuda-toolkit@v0.2.30
2626
if: ${{ !startsWith(inputs.os, 'windows') && inputs.source == 'nvidia' }}
2727
with:
2828
cuda: ${{ inputs.cuda-version }}
@@ -45,7 +45,7 @@ runs:
4545
sudo ln -sf /usr/bin/clang-${{ inputs.toolchain-version }} /usr/bin/clang
4646
clang --version
4747
- name: Install CURAND For LLVM
48-
uses: Jimver/cuda-toolkit@v0.2.29
48+
uses: Jimver/cuda-toolkit@v0.2.30
4949
if: ${{ !startsWith(inputs.os, 'windows') && startsWith(inputs.toolchain, 'llvm') }}
5050
with:
5151
cuda: ${{ inputs.cuda-version }}
@@ -64,7 +64,7 @@ runs:
6464
echo "CXX=g++-9" >> $GITHUB_ENV
6565
6666
- name: Install CUDA (Windows)
67-
uses: Jimver/cuda-toolkit@v0.2.29
67+
uses: Jimver/cuda-toolkit@v0.2.30
6868
if: ${{ startsWith(inputs.os, 'windows') }}
6969
with:
7070
cuda: ${{ inputs.cuda-version }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path: ~/.cache/bazel
2929
key: bazel-${{ matrix.os }}-cuda-${{ matrix.cuda-version }}-${{ hashFiles('.bazelversion') }}
3030
- name: Install CUDA (Linux)
31-
uses: Jimver/cuda-toolkit@v0.2.29
31+
uses: Jimver/cuda-toolkit@v0.2.30
3232
with:
3333
cuda: ${{ matrix.cuda-version }}
3434
sub-packages: '["nvcc", "cudart-dev"]'

.github/workflows/utilities-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: ~/.cache/bazel
4242
key: bazel-${{ matrix.os }}-${{ matrix.bazel-version }}
4343

44-
- uses: Jimver/cuda-toolkit@v0.2.29
44+
- uses: Jimver/cuda-toolkit@v0.2.30
4545
with:
4646
cuda: 11.7.0
4747
sub-packages: '["cudart"]'

0 commit comments

Comments
 (0)