Skip to content

Commit cb09e40

Browse files
Merge pull request #361 from JuliaCI/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 8dfcff4 + e73f753 commit cb09e40

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
@@ -35,7 +35,7 @@ jobs:
3535
os: ubuntu-22.04
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: julia-actions/setup-julia@v1
38+
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ matrix.version }}
4141
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)