From bdaa41c117b14f6ee7aa7d0f13a1ca6485863f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:02:06 +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 | 2 +- .github/workflows/CompatHelper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 57ab00d..5f39f25 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: julia-actions/cache@v3 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 1cbb900..40838aa 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -15,7 +15,7 @@ jobs: run: which julia continue-on-error: true - name: Install Julia, but only if it is not already available in the PATH - uses: julia-actions/setup-julia@v2 + uses: julia-actions/setup-julia@v3 with: version: '1' arch: ${{ runner.arch }} From 9569ea40c0042b059ceab1968288b1febfff7c4a 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 18:04:30 +0200 Subject: [PATCH 2/4] Update CI.yml --- .github/workflows/CI.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5f39f25..1dc1bcc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'min' - '1' - 'nightly' os: @@ -30,7 +30,10 @@ jobs: - macOS-latest - windows-latest arch: - - x64 + - default + exclude: + - os: macOS-latest + version: 'min' steps: - uses: actions/checkout@v6 - uses: julia-actions/cache@v3 From 243a185f5b785329997673eae85fbad954f2cca3 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 18:32:19 +0200 Subject: [PATCH 3/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 586f7f2..919f42d 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [compat] SpecialFunctions = "0.8, 0.9, 0.10, 1" GSL_jll = "2.6" -REPL = "1.3.0" +REPL = "<0.0.1, 1" julia = "1.3.0" [extras] From f00b05d209fc9bdf459b50a03b51375e7dff9845 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 18:41:44 +0200 Subject: [PATCH 4/4] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 919f42d..f623749 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GSL" uuid = "92c85e6c-cbff-5e0c-80f7-495c94daaecd" -version = "1.0.1" +version = "1.1.0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -12,7 +12,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" SpecialFunctions = "0.8, 0.9, 0.10, 1" GSL_jll = "2.6" REPL = "<0.0.1, 1" -julia = "1.3.0" +julia = "1.6" [extras] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"