File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 - os : macOS-latest
3636 arch : x86
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : julia-actions/setup-julia@v2
4040 with :
4141 version : ${{ matrix.version }}
5454 contents : write
5555 statuses : write
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - uses : julia-actions/setup-julia@v2
5959 with :
6060 version : ' 1'
Original file line number Diff line number Diff line change 2121 with :
2222 version : ${{ matrix.julia-version }}
2323
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Install JuliaFormatter and format
2626 # This will use the latest version by default but you can set the version like so:
2727 #
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : Install JuliaFormatter and format
1111 run : |
1212 julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
You can’t perform that action at this time.
0 commit comments