File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
python-version : " 3.11"
31
31
- name : Install tox
32
32
run : python -m pip install tox
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Setup python for test ${{ matrix.py }}
71
71
runs-on : ubuntu-latest
72
72
needs : test
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
with :
76
76
fetch-depth : 0
77
77
- uses : actions/setup-python@v4
@@ -109,7 +109,7 @@ jobs:
109
109
- readme
110
110
- type
111
111
steps :
112
- - uses : actions/checkout@v3
112
+ - uses : actions/checkout@v4
113
113
with :
114
114
fetch-depth : 0
115
115
- name : Setup Python "3.11"
Original file line number Diff line number Diff line change 18
18
python-version : " 3.11"
19
19
- name : Install build
20
20
run : python -m pip install build
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
- name : Build package
You can’t perform that action at this time.
0 commit comments