Skip to content

Commit 6fe662c

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#70)
* 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](julia-actions/setup-julia@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] <[email protected]> * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 9c32e86 commit 6fe662c

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: which julia
1616
continue-on-error: true
1717
- name: Install Julia, but only if it is not already available in the PATH
18-
uses: julia-actions/setup-julia@v2
18+
uses: julia-actions/setup-julia@v3
1919
with:
2020
version: '1'
2121
arch: ${{ runner.arch }}

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/TagBot.yml'
1515
jobs:
1616
test:
17-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
17+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false
@@ -27,14 +27,11 @@ jobs:
2727
- ubuntu-latest
2828
- macOS-latest
2929
- windows-latest
30-
arch:
31-
- x64
3230
steps:
3331
- uses: actions/checkout@v6
34-
- uses: julia-actions/setup-julia@v2
32+
- uses: julia-actions/setup-julia@v3
3533
with:
3634
version: ${{ matrix.version }}
37-
arch: ${{ matrix.arch }}
3835
- uses: actions/cache@v5
3936
env:
4037
cache-name: cache-artifacts

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v6
47-
- uses: julia-actions/setup-julia@v2
47+
- uses: julia-actions/setup-julia@v3
4848
with:
4949
version: ${{ matrix.julia-version }}
5050
arch: x64

0 commit comments

Comments
 (0)