Skip to content

Commit 72bd674

Browse files
Bump julia-actions/setup-julia from 1 to 2
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]>
1 parent 34629a1 commit 72bd674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- x64
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: julia-actions/setup-julia@v1
27+
- uses: julia-actions/setup-julia@v2
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
@@ -51,7 +51,7 @@ jobs:
5151
# runs-on: ubuntu-latest
5252
# steps:
5353
# - uses: actions/checkout@v4
54-
# - uses: julia-actions/setup-julia@v1
54+
# - uses: julia-actions/setup-julia@v2
5555
# with:
5656
# version: '1'
5757
# - run: |

0 commit comments

Comments
 (0)