Skip to content

Commit ba22da7

Browse files
Merge pull request #11 from LearningToOptimize/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents d4193e0 + fed21a9 commit ba22da7

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
@@ -32,7 +32,7 @@ jobs:
3232
- x64
3333
steps:
3434
- uses: actions/checkout@v6
35-
- uses: julia-actions/setup-julia@v1
35+
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.version }}
3838
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)