Skip to content

Commit 9355d11

Browse files
authored
Merge pull request #70 from JuliaLinearAlgebra/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 51fd613 + 1231bd5 commit 9355d11

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)