File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 JULIA_SOURCE : ${{ github.workspace }}/pdf/build/julia
2424 JULIA_DOCS : ${{ github.workspace }}/pdf/build/docs.julialang.org
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 - uses : julia-actions/setup-julia@v1
2828 with :
2929 version : 1
3030 show-versioninfo : true
31- - uses : actions/cache@v1
31+ - uses : actions/cache@v4
3232 env :
3333 cache-name : cache-artifacts
3434 with :
4545 - run : julia --color=yes pdf/make.jl ${{ matrix.buildtype }}
4646 env :
4747 DOCUMENTER_LATEX_DEBUG : ${{ github.workspace }}/latex-debug-logs
48- - uses : actions/upload-artifact@v3
48+ - uses : actions/upload-artifact@v4
4949 if : ${{ always() }}
5050 with :
5151 name : " LaTeX source and logs (${{ matrix.buildtype }})"
You can’t perform that action at this time.
0 commit comments