Skip to content

Commit a7fc9d6

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#45)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41dcac4 commit a7fc9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
27-
- uses: julia-actions/setup-julia@v2
27+
- uses: julia-actions/setup-julia@v3
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)