From 4047ccb24cff1596a96e65144d79f78ead3ec116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:07:32 +0000 Subject: [PATCH] build(deps): 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/Documentation.yml | 2 +- .github/workflows/Tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 29251e5..e159ac3 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: 'lts' - uses: julia-actions/cache@v3 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 571282e..0bcceab 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: show-versioninfo: true version: ${{ matrix.version }}