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 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 2020 downgrade_mode : ['alldeps']
2121 julia-version : ['1.10']
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.julia-version }}
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@v4
11+ uses : actions/checkout@v5
1212 - name : Check spelling
1313
You can’t perform that action at this time.
0 commit comments