File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 version : ${{ matrix.version }}
2626 arch : ${{ matrix.arch }}
2727
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - name : Install JuliaFormatter and format
3030 run : |
3131 julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
Original file line number Diff line number Diff line change 2929 arch :
3030 - x64
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : julia-actions/setup-julia@v2
3434 with :
3535 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 3030 arch :
3131 - x64
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments