File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- 27017:27017
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python_version }}
25
25
- name : Install dependencies
33
33
- name : Test
34
34
run : |
35
35
hatch run test-cov-xml
36
- - uses : codecov/codecov-action@v3
36
+ - uses : codecov/codecov-action@v5
37
37
with :
38
38
token : ${{ secrets.CODECOV_TOKEN }}
39
39
fail_ci_if_error : true
50
50
if : startsWith(github.ref, 'refs/tags/')
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- name : Set up Python
55
- uses : actions/setup-python@v4
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : 3.9
58
58
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments