File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 version : ' 1.12'
4949 allow_failure : true
5050 steps :
51- - uses : actions/checkout@v6
51+ - uses : actions/checkout@v7
5252 - uses : julia-actions/setup-julia@v3
5353 with :
5454 version : ${{ matrix.version }}
5959 - uses : julia-actions/julia-buildpkg@latest
6060 - uses : julia-actions/julia-runtest@latest
6161 - uses : julia-actions/julia-processcoverage@v1
62- - uses : codecov/codecov-action@v6
62+ - uses : codecov/codecov-action@v7
6363 with :
6464 token : ${{ secrets.CODECOV_TOKEN }}
6565 fail_ci_if_error : false # or true if you want CI to fail when Codecov fails
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout gh-pages branch
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 ref : gh-pages
2020
Original file line number Diff line number Diff line change 2929 build :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - uses : julia-actions/setup-julia@v3
3434 with :
3535 version : ' 1'
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 - {user: JuliaGeodynamics, repo: LaMEM.jl}
2828
2929 steps :
30- - uses : actions/checkout@v6
30+ - uses : actions/checkout@v7
3131 - uses : julia-actions/setup-julia@v3
3232 with :
3333 version : ${{ matrix.julia-version }}
3434 arch : x64
3535 - uses : julia-actions/julia-buildpkg@latest
3636 - name : Clone Downstream
37- uses : actions/checkout@v6
37+ uses : actions/checkout@v7
3838 with :
3939 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4040 path : downstream
5656 exit(0) # Exit immediately, as a success
5757 end
5858 - uses : julia-actions/julia-processcoverage@v1
59- - uses : codecov/codecov-action@v6
59+ - uses : codecov/codecov-action@v7
6060 with :
6161 files : lcov.info
6262 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1616 if : github.event.pull_request.draft == false
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 with :
2121 ref : ${{github.event.pull_request.head.ref}}
2222 repository : ${{github.event.pull_request.head.repo.full_name}}
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@v6
11+ uses : actions/checkout@v7
1212 - name : Check spelling
13- uses : crate-ci/typos@v1.46 .0
13+ uses : crate-ci/typos@v1.48 .0
1414 with :
1515 args : --exclude **/*.txt --exclude **/*.pvsm
You can’t perform that action at this time.
0 commit comments