Skip to content

Commit 1231bd5

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 51fd613 commit 1231bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
arch: x64
3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: julia-actions/setup-julia@v1
40+
- uses: julia-actions/setup-julia@v2
4141
with:
4242
version: ${{ matrix.version }}
4343
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)