From 2c2918217a8ef592755d712ed155d8d36af2358e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:08:07 +0000 Subject: [PATCH] Bump julia-actions/add-julia-registry from 1 to 2 Bumps [julia-actions/add-julia-registry](https://github.com/julia-actions/add-julia-registry) from 1 to 2. - [Release notes](https://github.com/julia-actions/add-julia-registry/releases) - [Commits](https://github.com/julia-actions/add-julia-registry/compare/v1...v2) --- updated-dependencies: - dependency-name: julia-actions/add-julia-registry dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GPU.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GPU.yml b/.github/workflows/GPU.yml index faaafdf0..95edc76d 100644 --- a/.github/workflows/GPU.yml +++ b/.github/workflows/GPU.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} - - uses: julia-actions/add-julia-registry@v1 + - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_KEY }} registry: control-toolbox/ct-registry