File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
python : 3.7
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Setup Python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python }}
27
27
28
28
- name : Setup Pip Cache
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : .pip-cache
32
32
key : ${{ runner.os }}-py-${{ matrix.python }}-pip-${{ hashFiles('setup.*', '.github/workflows/run-docs-build.yml') }}
Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ jobs:
114
114
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
115
115
116
116
steps :
117
- - uses : actions/checkout@v3
117
+ - uses : actions/checkout@v4
118
118
- name : Setup Python
119
- uses : actions/setup-python@v4
119
+ uses : actions/setup-python@v5
120
120
with :
121
121
python-version : ${{ matrix.python-version }}
122
122
@@ -130,7 +130,7 @@ jobs:
130
130
sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa libxcb-shape0 libxcb-cursor0 $PACKAGES
131
131
132
132
- name : Setup Pip Cache
133
- uses : actions/cache@v3
133
+ uses : actions/cache@v4
134
134
with :
135
135
path : .pip-cache
136
136
key : ${{ runner.os }}-py-${{ matrix.python-version }}-pip-${{ hashFiles('setup.*', '.github/workflows/run-tests-workflow.yml') }}
@@ -161,6 +161,6 @@ jobs:
161
161
run : catchsegv xvfb-run -a -s "$XVFBARGS" pytest -v --cov=orangecanvas --cov-report=xml
162
162
163
163
- name : Upload Coverage
164
- uses : codecov/codecov-action@v3
164
+ uses : codecov/codecov-action@v4
165
165
with :
166
- fail_ci_if_error : true
166
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments