Skip to content

Commit 7dd556e

Browse files
Bump julia-actions/setup-julia from 2.6 to 3 (#59)
* 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](julia-actions/setup-julia@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] <support@github.com> * Update CI.yml * v0.1.7 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent 8c23932 commit 7dd556e

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags: '*'
88
jobs:
99
test:
10-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
@@ -20,14 +20,11 @@ jobs:
2020
- ubuntu-latest
2121
- macOS-latest
2222
- windows-latest
23-
arch:
24-
- x64
2523
steps:
2624
- uses: actions/checkout@v6
27-
- uses: julia-actions/setup-julia@v2.6
25+
- uses: julia-actions/setup-julia@v3
2826
with:
2927
version: ${{ matrix.version }}
30-
arch: ${{ matrix.arch }}
3128
- uses: actions/cache@v5
3229
env:
3330
cache-name: cache-artifacts

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest]
1919
steps:
2020
- uses: actions/checkout@v6
21-
- uses: julia-actions/setup-julia@v2.6
21+
- uses: julia-actions/setup-julia@v3
2222
with:
2323
version: ${{ matrix.julia-version }}
2424
- name: Install dependencies

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GenericFFT"
22
uuid = "a8297547-1b15-4a5a-a998-a2ac5f1cef28"
3-
version = "0.1.6"
3+
version = "0.1.7"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

0 commit comments

Comments
 (0)