File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - 27017:27017
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python_version }}
2525 - name : Install dependencies
3333 - name : Test
3434 run : |
3535 hatch run test-cov-xml
36- - uses : codecov/codecov-action@v3
36+ - uses : codecov/codecov-action@v5
3737 with :
3838 token : ${{ secrets.CODECOV_TOKEN }}
3939 fail_ci_if_error : true
5050 if : startsWith(github.ref, 'refs/tags/')
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 - name : Set up Python
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : 3.9
5858 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments