From 8e6d628f3aa872468d3b9a43a5cc4d5f98f65887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 2 Sep 2025 22:04:28 +0100 Subject: [PATCH] [CI] Update `julia-actions/setup-julia` to v2 --- .github/workflows/Documentation.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index d0cf0daf..17321c6d 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: julia-actions/cache@v2 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: "1.7" - uses: julia-actions/julia-docdeploy@releases/v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85fe7215..e6f6c1a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,12 +87,12 @@ jobs: steps: - run: sudo rm -rf /opt/* - uses: actions/checkout@v5 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} arch: x64 # We can't cache artifacts at the moment, it'd require more than 10 GiB. - # - uses: julia-actions/cache@v1 + # - uses: julia-actions/cache@v2 # # For the time being cache artifacts only for squashfs, we need too much # # storage for the unpacked shards # if: ${{ matrix.squashfs == true }}