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 1818 downgrade_mode : ['alldeps']
1919 julia-version : ['1.10']
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - uses : julia-actions/setup-julia@v2
2323 with :
2424 version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - name : Install JuliaFormatter and format
1111 run : |
1212 julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Actions Repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Check spelling
1313 uses : crate-ci/typos@v1.18.0
You can’t perform that action at this time.
0 commit comments