From 62db211bc748fa2c2e255af849e296ea2a4179a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:11:38 +0000 Subject: [PATCH 1/3] Bump julia-actions/setup-julia from 2.6 to 3 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.6 to 3. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/v2.6...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/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6ca5726..ed3f3c1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: - x64 steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2.6 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d837248..9c76ea7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-latest] steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2.6 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.julia-version }} - name: Install dependencies From 8493f444764c4384f714ea041bf3f754cd5d13af Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Wed, 22 Apr 2026 10:18:44 +0100 Subject: [PATCH 2/3] Update CI.yml --- .github/workflows/CI.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 84c8a05..2e90904 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ on: tags: '*' jobs: test: - name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -20,14 +20,11 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest - arch: - - x64 steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - arch: ${{ matrix.arch }} - uses: actions/cache@v5 env: cache-name: cache-artifacts From e8e54b926065eafb7a6ca8d8f03962380d88e9cf Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Wed, 22 Apr 2026 10:20:19 +0100 Subject: [PATCH 3/3] v0.1.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 28189ca..a56178c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GenericFFT" uuid = "a8297547-1b15-4a5a-a998-a2ac5f1cef28" -version = "0.1.6" +version = "0.1.7" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"