Skip to content

Commit aac537b

Browse files
authored
Merge pull request #40 from JuliaArrays/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 51cc802 + 29ef1f4 commit aac537b

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
@@ -24,7 +24,7 @@ jobs:
2424
- x64
2525
steps:
2626
- uses: actions/checkout@v2
27-
- uses: julia-actions/setup-julia@v1
27+
- uses: julia-actions/setup-julia@v2
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)