File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
timeout-minutes : 5
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : Install tox & poetry
25
25
run : |
26
26
pipx install tox
@@ -34,23 +34,23 @@ jobs:
34
34
timeout-minutes : 5
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
- name : Install tox & poetry
39
39
run : |
40
40
pipx install tox
41
41
pipx install poetry
42
42
- name : Run tests
43
43
run : tox run -e unit
44
44
- name : Upload Coverage to Codecov
45
- uses : codecov/codecov-action@v3
45
+ uses : codecov/codecov-action@v4
46
46
47
47
lib-check :
48
48
name : Check libraries
49
49
runs-on : ubuntu-latest
50
50
timeout-minutes : 5
51
51
steps :
52
52
- name : Checkout
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
fetch-depth : 0
56
56
- run : |
83
83
runs-on : ubuntu-latest
84
84
steps :
85
85
- name : Checkout
86
- uses : actions/checkout@v3
86
+ uses : actions/checkout@v4
87
87
- name : Install tox & poetry
88
88
run : |
89
89
pipx install tox
@@ -137,7 +137,7 @@ jobs:
137
137
timeout-minutes : 120
138
138
steps :
139
139
- name : Checkout
140
- uses : actions/checkout@v3
140
+ uses : actions/checkout@v4
141
141
- name : Install tox & poetry
142
142
run : |
143
143
pipx install tox
You can’t perform that action at this time.
0 commit comments