From b2017202faca31f36f612c4e2b1dfa3499b56fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:20:07 +0000 Subject: [PATCH 1/2] Bump julia-actions/setup-julia from 2 to 3 in the github-actions group Bumps the github-actions group with 1 update: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia). Updates `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 dependency-group: github-actions ... 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 25eeedc..c9df8c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: juliasyntaxvendored: true steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} From 53313bd0a81fdebdea823a74d1c56c99fe8d961a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:47:21 +0100 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9df8c7..774a311 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: os: - ubuntu-latest arch: - - x64 + - default juliasyntaxvendored: - false include: @@ -33,13 +33,13 @@ jobs: arch: x86 - version: '1' os: windows-latest - arch: x64 + arch: default - version: '1' os: macos-latest - arch: x64 + arch: default - version: '1' os: ubuntu-latest - arch: x64 + arch: default juliasyntaxvendored: true steps: - uses: actions/checkout@v6