File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2323 run :
2424 working-directory : ${{ matrix.lib }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Install poetry
2828 run : pipx install poetry
2929 - name : Set up Python
Original file line number Diff line number Diff line change 1515 run :
1616 working-directory : ./docs
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Install poetry
2020 run : pipx install poetry
2121 - name : Set up Python
Original file line number Diff line number Diff line change 2222 run :
2323 working-directory : ${{ matrix.lib }}
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Install poetry
2727 run : pipx install poetry
2828 - name : Set up Python
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Labeler
1818 uses : actions/labeler@v6
1919 with :
Original file line number Diff line number Diff line change 2323 run :
2424 working-directory : ${{ matrix.lib }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Install poetry
2828 run : pipx install poetry
2929 - name : Set up Python
4242 name : Github Actions lint
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - name : Check workflow files
4747 uses : docker://rhysd/actionlint:latest
Original file line number Diff line number Diff line change 2323 run :
2424 working-directory : ${{ matrix.lib }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Install poetry
2828 run : pipx install poetry
2929 - name : Setup Python
Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : ${{ matrix.lib }}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : Install poetry
2929 run : pipx install poetry
3030 - name : Set up Python
Original file line number Diff line number Diff line change 1313 run :
1414 working-directory : scaleway-core
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Install poetry
1818 run : pipx install poetry
1919 - name : Set up Python
4949 run :
5050 working-directory : ${{ matrix.lib }}
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Install poetry
5454 run : pipx install poetry
5555 - name : Set up Python
Original file line number Diff line number Diff line change 2323 run :
2424 working-directory : ${{ matrix.lib }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Install poetry
2828 run : pipx install poetry
2929 - name : Set up Python
4949 run :
5050 working-directory : ${{ matrix.lib }}
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Install poetry
5454 run : pipx install poetry
5555 - name : Set up Python
7575 run :
7676 working-directory : ${{ matrix.lib }}
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 - name : Install poetry
8080 run : pipx install poetry
8181 - name : Set up Python
You can’t perform that action at this time.
0 commit comments