File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 python-version : ["3.7", "3.9", "3.12"]
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install Ubuntu dependencies
3535 run : |
3636 coverage xml
3737 coverage report -m
38- - uses : codecov/codecov-action@v2
38+ - uses : codecov/codecov-action@v4
3939 if : ${{ always() }}
4040 with :
4141 token : ${{ secrets.CODECOV_TOKEN }}
4444 runs-on : ubuntu-latest
4545
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 - name : Set up Python 3.12
49- uses : actions/setup-python@v2
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : 3.12
5252 - name : Install dependencies
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - name : Set up Python 3.12
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : 3.12
1717 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments