File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : ${{ matrix.lib }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
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 : ./docs
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Install poetry
1818 run : pipx install poetry
1919 - 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@v4
26+ - uses : actions/checkout@v5
2727 - name : Install poetry
2828 run : pipx install poetry
2929 - name : Set up Python
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Labeler
1515 uses : actions/labeler@v5
1616 with :
Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : ${{ matrix.lib }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Install poetry
2929 run : pipx install poetry
3030 - name : Set up Python
Original file line number Diff line number Diff line change 1111 run :
1212 working-directory : scaleway-core
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Install poetry
1616 run : pipx install poetry
1717 - name : Set up Python
4747 run :
4848 working-directory : ${{ matrix.lib }}
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - name : Install poetry
5252 run : pipx install poetry
5353 - name : Set up Python
Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : ${{ matrix.lib }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Install poetry
2929 run : pipx install poetry
3030 - name : Set up Python
5050 run :
5151 working-directory : ${{ matrix.lib }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - name : Install poetry
5555 run : pipx install poetry
5656 - name : Set up Python
7676 run :
7777 working-directory : ${{ matrix.lib }}
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 - name : Install poetry
8181 run : pipx install poetry
8282 - name : Set up Python
You can’t perform that action at this time.
0 commit comments