File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3333 build :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : julia-actions/setup-julia@v2
3838 with :
3939 version : ' 1.10'
Original file line number Diff line number Diff line change 6868 # - mpi
6969 - threaded
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272 - uses : julia-actions/setup-julia@v2
7373 with :
7474 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1111 format-suggestions :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : julia-actions/julia-format@v4
1616 with :
1717 version : " 1.0.60"
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - uses : julia-actions/setup-julia@v2
2020 with :
2121 version : ' 1'
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : julia-actions/julia-buildpkg@v1
2424 - uses : julia-actions/julia-invalidations@v1
2525 id : invs_pr
2626
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.event.repository.default_branch }}
3030 - uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Add review checklist
1717 uses : trixi-framework/add-pr-review-checklist@v1
1818 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
1313
Original file line number Diff line number Diff line change 1515 arch :
1616 - x64
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - run : |
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 arch : x64
104104 trixi_test : threaded
105105 steps :
106- - uses : actions/checkout@v4
106+ - uses : actions/checkout@v5
107107 - uses : julia-actions/setup-julia@v2
108108 with :
109109 version : ${{ matrix.version }}
@@ -176,7 +176,7 @@ jobs:
176176 # Instead, we use the more tedious approach described above.
177177 # At first, we check out the repository and download all artifacts
178178 # (and list files for debugging).
179- - uses : actions/checkout@v4
179+ - uses : actions/checkout@v5
180180 - uses : actions/download-artifact@v4
181181 - run : ls -R
182182 # Next, we merge the individual coverage files and upload
Original file line number Diff line number Diff line change 6464 - TrixiShallowWater.jl
6565 - TrixiAtmo.jl
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868 - uses : julia-actions/setup-julia@v2
6969 with :
7070 version : ${{ matrix.version }}
7676 # Note: we retrieve the current `main` branch of the downstream package to ensure
7777 # that compatibility errors we make in Trixi.jl are detected already here
7878 # See also https://github.com/trixi-framework/Trixi.jl/pull/1707#discussion_r1382938895
79- uses : actions/checkout@v4
79+ uses : actions/checkout@v5
8080 with :
8181 repository : trixi-framework/${{ matrix.package }}
8282 path : downstream
You can’t perform that action at this time.
0 commit comments