File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 run :
2020 working-directory : ${{ matrix.lib }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up Python
2424 uses : actions/setup-python@v4
2525 with :
4545 run :
4646 working-directory : ${{ matrix.lib }}
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 - name : Set up Python
5050 uses : actions/setup-python@v4
5151 with :
7171 run :
7272 working-directory : ${{ matrix.lib }}
7373 steps :
74- - uses : actions/checkout@v3
74+ - uses : actions/checkout@v4
7575 - name : Set up Python
7676 uses : actions/setup-python@v4
7777 with :
@@ -100,7 +100,7 @@ jobs:
100100 # run:
101101 # working-directory: ${{ matrix.lib }}
102102 # steps:
103- # - uses: actions/checkout@v3
103+ # - uses: actions/checkout@v4
104104 # - name: Set up Python
105105 # uses: actions/setup-python@v4
106106 # with:
Original file line number Diff line number Diff line change 1515 run :
1616 working-directory : ./docs
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
Original file line number Diff line number Diff line change 1111 run :
1212 working-directory : scaleway-core
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up Python
1616 uses : actions/setup-python@v4
1717 with :
4848 run :
4949 working-directory : ${{ matrix.lib }}
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 - name : Set up Python
5353 uses : actions/setup-python@v4
5454 with :
You can’t perform that action at this time.
0 commit comments