Skip to content

Commit e621526

Browse files
authored
Merge pull request #5 from JuliaComputing/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents c5b6276 + 1e73ec5 commit e621526

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
@@ -31,7 +31,7 @@ jobs:
3131
- x64
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: julia-actions/setup-julia@v1
34+
- uses: julia-actions/setup-julia@v2
3535
with:
3636
version: ${{ matrix.version }}
3737
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)