File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 os : [ubuntu-latest, windows-latest]
2222
2323 steps :
24- - uses : actions/checkout@v4.2.1
24+ - uses : actions/checkout@v4.2.2
2525 - name : Set up Python
2626 uses : actions/setup-python@v5.2.0
2727 with :
3434 run : |
3535 tox -e py
3636 - name : Upload coverage reports to Codecov
37- uses : codecov/codecov-action@v4.0.1
37+ uses : codecov/codecov-action@v4.6.0
3838 with :
3939 token : ${{ secrets.CODECOV_TOKEN }}
4040 fail_ci_if_error : true
4848 needs : build
4949
5050 steps :
51- - uses : actions/checkout@v4.2.1
51+ - uses : actions/checkout@v4.2.2
5252 - name : Set up Python
5353 uses : actions/setup-python@v5.2.0
5454 with :
7676 runs-on : ubuntu-latest
7777
7878 steps :
79- - uses : actions/checkout@v4.2.1
79+ - uses : actions/checkout@v4.2.2
8080 with :
8181 # Disabling shallow clone is recommended for improving relevancy of reporting
8282 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments