File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 env :
3434 JULIA_PKG_SERVER : " "
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : julia-actions/cache@v2
3838 - uses : julia-actions/setup-julia@v1
3939 with :
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@v5
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 8686
8787 steps :
8888 - run : sudo rm -rf /opt/*
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v5
9090 - uses : julia-actions/setup-julia@v1
9191 with :
9292 version : ${{ matrix.julia-version }}
You can’t perform that action at this time.
0 commit comments