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:
23
23
JULIA_SOURCE : ${{ github.workspace }}/pdf/build/julia
24
24
JULIA_DOCS : ${{ github.workspace }}/pdf/build/docs.julialang.org
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
- uses : julia-actions/setup-julia@v1
28
28
with :
29
29
version : 1
30
30
show-versioninfo : true
31
- - uses : actions/cache@v1
31
+ - uses : actions/cache@v4
32
32
env :
33
33
cache-name : cache-artifacts
34
34
with :
45
45
- run : julia --color=yes pdf/make.jl ${{ matrix.buildtype }}
46
46
env :
47
47
DOCUMENTER_LATEX_DEBUG : ${{ github.workspace }}/latex-debug-logs
48
- - uses : actions/upload-artifact@v3
48
+ - uses : actions/upload-artifact@v4
49
49
if : ${{ always() }}
50
50
with :
51
51
name : " LaTeX source and logs (${{ matrix.buildtype }})"
You can’t perform that action at this time.
0 commit comments