From b998a220fbce22df9a89ff1272349ef87c94d16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:05:13 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2 to 3 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 3. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/Coverage.yml | 2 +- .github/workflows/Registry.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 9baacd3..facc700 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -17,7 +17,7 @@ jobs: with: key: ${{ secrets.SSH_PRIVATE_KEY }} registry: bhftbootcamp/Green - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 - uses: julia-actions/cache@v3 - name: Configure CompatHelper run: | diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index 3a35524..f382afd 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -36,7 +36,7 @@ jobs: with: key: ${{ secrets.SSH_PRIVATE_KEY }} registry: bhftbootcamp/Green - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/Registry.yml b/.github/workflows/Registry.yml index 5650981..ca822d9 100644 --- a/.github/workflows/Registry.yml +++ b/.github/workflows/Registry.yml @@ -19,7 +19,7 @@ jobs: with: key: ${{ secrets.SSH_PRIVATE_KEY }} registry: bhftbootcamp/Green - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: 1.9 - uses: julia-actions/cache@v3