Skip to content

Commit 34437df

Browse files
Bump julia-actions/setup-julia from 1 to 2 (#534)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1af8361 commit 34437df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Invalidations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.base_ref == github.event.repository.default_branch
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: julia-actions/setup-julia@v1
19+
- uses: julia-actions/setup-julia@v2
2020
with:
2121
version: '1'
2222
- uses: actions/checkout@v4

.github/workflows/ci-julia-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- part6
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: julia-actions/setup-julia@v1
44+
- uses: julia-actions/setup-julia@v2
4545
with:
4646
version: ${{ matrix.version }}
4747
arch: ${{ matrix.arch }}

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- part6
4343
steps:
4444
- uses: actions/checkout@v4
45-
- uses: julia-actions/setup-julia@v1
45+
- uses: julia-actions/setup-julia@v2
4646
with:
4747
version: ${{ matrix.version }}
4848
arch: ${{ matrix.arch }}
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: julia-actions/setup-julia@v1
73+
- uses: julia-actions/setup-julia@v2
7474
with:
7575
version: '1'
7676
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- uses: actions/checkout@v4
94-
- uses: julia-actions/setup-julia@v1
94+
- uses: julia-actions/setup-julia@v2
9595
with:
9696
version: '1'
9797
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'

0 commit comments

Comments
 (0)