From 61213a7ae7716c62d2e911bec9eec0208a83f585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:38:02 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2 to 3 in the github-actions group Bumps the github-actions group with 1 update: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/Docs.yml | 2 +- .github/workflows/DocsBackfill.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4a0b94a..1acd9d7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - macOS-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: '1' - uses: julia-actions/cache@v3 diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 32cd801..a373464 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -35,7 +35,7 @@ jobs: fi # Build docs - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: '1' - uses: julia-actions/cache@v3 diff --git a/.github/workflows/DocsBackfill.yml b/.github/workflows/DocsBackfill.yml index fe75896..016a65f 100644 --- a/.github/workflows/DocsBackfill.yml +++ b/.github/workflows/DocsBackfill.yml @@ -38,7 +38,7 @@ jobs: # Remove LocalCoverage from docs/Project.toml sed -i '/LocalCoverage/d' /tmp/docs-infrastructure/Project.toml - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: '1' - uses: julia-actions/cache@v3