From 40084b8fc8b40f573aabf3c6560a177c6cad150d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:05:04 +0000 Subject: [PATCH] chore(deps): bump Jimver/cuda-toolkit from 0.2.35 to 0.2.36 Bumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.35 to 0.2.36. - [Release notes](https://github.com/jimver/cuda-toolkit/releases) - [Commits](https://github.com/jimver/cuda-toolkit/compare/v0.2.35...v0.2.36) --- updated-dependencies: - dependency-name: Jimver/cuda-toolkit dependency-version: 0.2.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 68632791..5e7b24c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1668,7 +1668,7 @@ jobs: # A reduced network sub-package set ("nvcc","cudart","cublas",…) omitted the # nvcc crt headers (crt/host_config.h), so cmake's CUDA compiler detection # failed at configure. The full installer ships every header reliably. - uses: Jimver/cuda-toolkit@v0.2.35 + uses: Jimver/cuda-toolkit@v0.2.36 id: cuda-toolkit with: cuda: '13.2.0'