File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
python-version : [3.13]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4.2.2
23
23
with :
24
24
fetch-depth : 0
25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v5.4.0
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
@@ -41,12 +41,11 @@ jobs:
41
41
- name : Test with pytest
42
42
run : |
43
43
pytest --cov=. -v tests/unit
44
- - uses : codecov/codecov-action@v1
45
44
- name : integration tests
46
45
run : |
47
46
pytest tests/integration
48
47
- name : Setup ruby env
49
- uses : actions /setup-ruby@v1
48
+ uses : ruby /setup-ruby@v1.227.0
50
49
with :
51
50
ruby-version : 2.7
52
51
- run : |
You can’t perform that action at this time.
0 commit comments