File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - ' 1'
1818 - ' 1.6'
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : julia-actions/setup-julia@v1
2222 with :
2323 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : julia-actions/setup-julia@latest
1717 with :
1818 version : ' 1'
Original file line number Diff line number Diff line change 2121 with :
2222 version : ${{ matrix.julia-version }}
2323
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
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 @@ -19,12 +19,12 @@ jobs:
1919 - uses : julia-actions/setup-julia@v1
2020 with :
2121 version : ' 1'
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : julia-actions/julia-buildpkg@v1
2424 - uses : julia-actions/julia-invalidations@v1
2525 id : invs_pr
2626
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 ref : ${{ github.event.repository.default_branch }}
3030 - uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments