From 40d2f8bbe0a2fa431b7005021db22a9dc5dfe450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 10:15:12 +0000 Subject: [PATCH 1/2] Bump julia-actions/install-juliaup from 1.4.0 to 2.0.0 Bumps [julia-actions/install-juliaup](https://github.com/julia-actions/install-juliaup) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/julia-actions/install-juliaup/releases) - [Commits](https://github.com/julia-actions/install-juliaup/compare/5e96cfab3bb0500aa42f2843f46c24b91cfcc3cd...1bd0233d5d435c2b3df6a28eabb9b17098fc5204) --- updated-dependencies: - dependency-name: julia-actions/install-juliaup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec5cef8..dfe07b0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: false - - uses: julia-actions/install-juliaup@5e96cfab3bb0500aa42f2843f46c24b91cfcc3cd + - uses: julia-actions/install-juliaup@1bd0233d5d435c2b3df6a28eabb9b17098fc5204 with: julia-version: "1.10.2" - run: juliaup default 1.10.2 @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: persist-credentials: false - - uses: julia-actions/install-juliaup@5e96cfab3bb0500aa42f2843f46c24b91cfcc3cd + - uses: julia-actions/install-juliaup@1bd0233d5d435c2b3df6a28eabb9b17098fc5204 with: julia-version: "${{ matrix.version }}" - run: juliaup default ${{ matrix.version }} From 18a3b48ee63fab579035597aae31af72300d73fb Mon Sep 17 00:00:00 2001 From: Michael Hatherly Date: Thu, 6 Jun 2024 11:17:11 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Dilum Aluthge --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dfe07b0..873f0e0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,7 +43,7 @@ jobs: - uses: julia-actions/install-juliaup@1bd0233d5d435c2b3df6a28eabb9b17098fc5204 with: - julia-version: "1.10.2" + channel: "1.10.2" - run: juliaup default 1.10.2 - run: julia --project -e 'import Pkg; Pkg.instantiate()' @@ -133,7 +133,7 @@ jobs: persist-credentials: false - uses: julia-actions/install-juliaup@1bd0233d5d435c2b3df6a28eabb9b17098fc5204 with: - julia-version: "${{ matrix.version }}" + channel: "${{ matrix.version }}" - run: juliaup default ${{ matrix.version }} - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c