File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Set up Python ${{ matrix.python-version }}
42
42
if : env.PUBLISH == 'true'
43
- uses : actions/setup-python@v4
43
+ uses : actions/setup-python@v5
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
cache : ' poetry'
Original file line number Diff line number Diff line change 17
17
run : pipx install "poetry==1.7.1"
18
18
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
cache : ' poetry'
46
46
COV_CORE_CONFIG : pyproject.toml
47
47
COV_CORE_DATAFILE : .coverage.eager
48
48
49
- - uses : codecov/codecov-action@v3
49
+ - uses : codecov/codecov-action@v4
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
66
66
run : pipx install "poetry==1.7.1"
67
67
68
68
- name : Set up Python ${{ matrix.python-version }}
69
- uses : actions/setup-python@v4
69
+ uses : actions/setup-python@v5
70
70
with :
71
71
python-version : ${{ matrix.python-version }}
72
72
cache : ' poetry'
You can’t perform that action at this time.
0 commit comments