Skip to content

Commit cb0e123

Browse files
authored
Merge pull request #14 from JuliaML/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 72f6377 + a3a0612 commit cb0e123

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
@@ -29,7 +29,7 @@ jobs:
2929
- x64
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: julia-actions/setup-julia@v1
32+
- uses: julia-actions/setup-julia@v2
3333
with:
3434
version: ${{ matrix.version }}
3535
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)