File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 contents : write
1717 steps :
1818 - name : Checkout gh-pages branch
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 ref : gh-pages
2222 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 # # Install all required X11 and OpenGL libraries
2626 # # These are needed for GLMakie to work in a headless environment
Original file line number Diff line number Diff line change 1818 downgrade_mode : ['alldeps']
1919 julia-version : ['1.10']
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - uses : julia-actions/setup-julia@v2
2323 with :
2424 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@v6
1212 - name : Check spelling
1313 uses : crate-ci/typos@v1.18.0
You can’t perform that action at this time.
0 commit comments