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 4343 ]
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - name : Set up Python
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ${{ matrix.python_version }}
5151 - name : Install dependencies
6161 DATABASE_URL : ${{ matrix.database_url }}
6262 run : |
6363 hatch run test-cov-xml
64- - uses : codecov/codecov-action@v3
64+ - uses : codecov/codecov-action@v5
6565 with :
6666 token : ${{ secrets.CODECOV_TOKEN }}
6767 fail_ci_if_error : true
7878 if : startsWith(github.ref, 'refs/tags/')
7979
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 - name : Set up Python
83- uses : actions/setup-python@v4
83+ uses : actions/setup-python@v5
8484 with :
8585 python-version : 3.9
8686 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments