File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - name : Pkg.add("CompatHelper")
1212 run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
1313 - name : CompatHelper.main()
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
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@v6
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@v6
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 66 VersionVigilante :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - uses : julia-actions/setup-julia@v2
1111 - name : VersionVigilante.main
1212 id : versionvigilante_main
Original file line number Diff line number Diff line change 2020 - julia-version : " 1"
2121 os : macOS-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change 1010 name : Documentation
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : julia-actions/setup-julia@v2
1515 - uses : julia-actions/cache@v2
1616 - name : Cache CondaPkg
Original file line number Diff line number Diff line change 1515 - uses : julia-actions/setup-julia@latest
1616 with :
1717 version : 1
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Install JuliaFormatter
2020 run : |
2121 using Pkg
You can’t perform that action at this time.
0 commit comments