From 3ea0f8ad66a1164920d7312407b63dd4c21661e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:32:56 +0000 Subject: [PATCH 1/3] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI-CPU.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI-CPU.yml b/.github/workflows/CI-CPU.yml index dbda2e7..e8d53ff 100644 --- a/.github/workflows/CI-CPU.yml +++ b/.github/workflows/CI-CPU.yml @@ -56,7 +56,7 @@ jobs: - os: windows-latest arch: aarch64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} @@ -76,7 +76,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v2 with: version: 1 @@ -96,7 +96,7 @@ jobs: # strategy: # fail-fast: true # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v7 # - uses: julia-actions/setup-julia@v2 # with: # version: 1 @@ -110,7 +110,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-docdeploy@latest env: From b2e0d7f5bc52d3fc4c225eac09e59b3cb7bf425b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:14:57 -0300 Subject: [PATCH 2/3] Bump julia-actions/cache from 2 to 3 (#82) Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI-CPU.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI-CPU.yml b/.github/workflows/CI-CPU.yml index e8d53ff..a02c16e 100644 --- a/.github/workflows/CI-CPU.yml +++ b/.github/workflows/CI-CPU.yml @@ -61,7 +61,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 env: @@ -81,7 +81,7 @@ jobs: with: version: 1 arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 with: @@ -101,7 +101,7 @@ jobs: # with: # version: 1 # arch: x64 - # - uses: julia-actions/cache@v2 + # - uses: julia-actions/cache@v3 # - uses: julia-actions/julia-buildpkg@v1 # - uses: julia-actions/julia-runtest@v1 # with: From 0578ab9a745a915bb1afd7f7be10b300e53d85cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:17:35 -0300 Subject: [PATCH 3/3] Bump julia-actions/setup-julia from 2 to 3 (#81) Bumps [julia-actions/setup-julia](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> --- .github/workflows/CI-CPU.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI-CPU.yml b/.github/workflows/CI-CPU.yml index a02c16e..70e5b17 100644 --- a/.github/workflows/CI-CPU.yml +++ b/.github/workflows/CI-CPU.yml @@ -57,7 +57,7 @@ jobs: arch: aarch64 steps: - uses: actions/checkout@v7 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} @@ -77,7 +77,7 @@ jobs: fail-fast: true steps: - uses: actions/checkout@v7 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: 1 arch: x64 @@ -97,7 +97,7 @@ jobs: # fail-fast: true # steps: # - uses: actions/checkout@v7 - # - uses: julia-actions/setup-julia@v2 + # - uses: julia-actions/setup-julia@v3 # with: # version: 1 # arch: x64