File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 - ' lts'
2121 - ' pre'
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : julia-actions/setup-julia@latest
1616 with :
1717 version : ' <1.10.3 || >=1.10.4'
Original file line number Diff line number Diff line change 2020 downgrade_mode : ['alldeps']
2121 julia-version : ['1.10']
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change 2121 with :
2222 version : ${{ matrix.julia-version }}
2323
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
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 1111 os : [ubuntu-latest]
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Install Julia
1616 uses : julia-actions/setup-julia@latest
1717 with :
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@v5
1212 - name : Check spelling
13131414 with :
You can’t perform that action at this time.
0 commit comments