From 7ccc269b79df41da0e9e328e866b3126be401e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:41:41 +0000 Subject: [PATCH 1/4] Bump julia-actions/setup-julia from 2 to 3 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] --- .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 23653027..24ab45d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - windows-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - uses: julia-actions/cache@v3 @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: '1' - uses: julia-actions/cache@v3 From 682f749ddc8e8784ce025dabd7ed7a463535679c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Tue, 16 Jun 2026 15:13:20 +0200 Subject: [PATCH 2/4] Test same versions as on master --- .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 24ab45d9..4780859e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: version: - - 'min' + - 'min-patch' - '1' # automatically expands to the latest stable 1.x release of Julia os: - ubuntu-latest From 8dcf660f25bdd331d41880bbea23ab65dffa87bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Tue, 16 Jun 2026 15:16:46 +0200 Subject: [PATCH 3/4] Require JET 0.10.15 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7ce0e166..b5609c60 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ AliasTables = "1" DataAPI = "1" DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18, 0.19" IrrationalConstants = "0.2.6" -JET = "0.9.18, 0.10" +JET = "0.9.18, 0.10.15" LinearAlgebra = "<0.0.1, 1" LogExpFunctions = "0.3" Missings = "0.3, 0.4, 1.0" From 93a1fff1fa2f1061be3a816d22b8d49279e52116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Wed, 17 Jun 2026 06:56:04 +0200 Subject: [PATCH 4/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b5609c60..7ce0e166 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ AliasTables = "1" DataAPI = "1" DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18, 0.19" IrrationalConstants = "0.2.6" -JET = "0.9.18, 0.10.15" +JET = "0.9.18, 0.10" LinearAlgebra = "<0.0.1, 1" LogExpFunctions = "0.3" Missings = "0.3, 0.4, 1.0"