From daa71194523c469b09faeebbfe2182c52ea31562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:42:56 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 1.9.2 to 2.5.0 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.2 to 2.5.0. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md) - [Commits](https://github.com/julia-actions/setup-julia/compare/f40c4b69330df1d22e7590c12e76dc2f9c66e0bc...a0a0978e28861c11a3490cee468f87d5b568851a) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-major ... 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 006149c..1720bfe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0 with: version: 1.7.2 arch: x64