Skip to content

Commit 2fdb95b

Browse files
Bump julia-actions/setup-julia from 1 to 2 (#133)
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 431ac0d commit 2fdb95b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- x64
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: julia-actions/setup-julia@v1
33+
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: ${{ matrix.version }}
3636
arch: ${{ matrix.arch }}
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 40
4848
steps:
4949
- uses: actions/checkout@v4
50-
- uses: julia-actions/setup-julia@v1
50+
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: 1
5353
- uses: julia-actions/cache@v1

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: julia-actions/setup-julia@v1
17+
- uses: julia-actions/setup-julia@v2
1818
with:
1919
version: 1
2020
- name: Install JuliaFormatter and format

0 commit comments

Comments
 (0)