File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
]
44
44
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : Set up Python
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python_version }}
51
51
- name : Install dependencies
61
61
DATABASE_URL : ${{ matrix.database_url }}
62
62
run : |
63
63
hatch run test-cov-xml
64
- - uses : codecov/codecov-action@v3
64
+ - uses : codecov/codecov-action@v5
65
65
with :
66
66
token : ${{ secrets.CODECOV_TOKEN }}
67
67
fail_ci_if_error : true
78
78
if : startsWith(github.ref, 'refs/tags/')
79
79
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
- name : Set up Python
83
- uses : actions/setup-python@v4
83
+ uses : actions/setup-python@v5
84
84
with :
85
85
python-version : 3.9
86
86
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments