From 18ee627ed6f8f638dbabc67524744962b1ccd0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:53:29 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 2 to 2.7.0 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 2.7.0. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/v2...v2.7.0) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 206395f..dfab637 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: - windows-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v2.7.0 with: version: ${{ matrix.version }} - uses: julia-actions/cache@v3