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 17
17
name : Python ${{ matrix.python-version }} CI
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- run : git fetch --prune --unshallow
22
22
23
23
- name : Setup python
Original file line number Diff line number Diff line change 19
19
python-version : [ '3.11' ]
20
20
name : Python ${{ matrix.python-version }} CI
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- run : git fetch --prune --unshallow
24
24
25
25
- name : Update bash
Original file line number Diff line number Diff line change 19
19
python-version : [ '3.11' ]
20
20
name : Python ${{ matrix.python-version }} CI
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- run : git fetch --prune --unshallow
24
24
25
25
- name : Setup python
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
# We must fetch at least the immediate parents so that if this is
22
22
# a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments