File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - name : Install dependencies for pyvista
2929 run : apt-get update && apt-get install -y libxrender1
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Setup Pages
3636 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Log in to the Container registry
3131 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 steps :
1414 # This action sets the current path to the root of your github repo
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Install pre-commit
1818 run : python3 -m pip install pre-commit
Original file line number Diff line number Diff line change 1515 dist :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919
2020 - name : Build SDist and wheel
2121 run : pipx run build
Original file line number Diff line number Diff line change 2323 ]
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727
2828 - name : Install package
2929 run : |
You can’t perform that action at this time.
0 commit comments