Skip to content

Commit 8b47de1

Browse files
authored
Merge pull request #295 from ales-erjavec/ci/update-action-versions
[MNT] ci: Update various action versions
2 parents 9f2c0dc + 236192d commit 8b47de1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/run-docs-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
python: 3.7
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Setup Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python }}
2727

2828
- name: Setup Pip Cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: .pip-cache
3232
key: ${{ runner.os }}-py-${{ matrix.python }}-pip-${{ hashFiles('setup.*', '.github/workflows/run-docs-build.yml') }}

.github/workflows/run-tests-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
115115

116116
steps:
117-
- uses: actions/checkout@v3
117+
- uses: actions/checkout@v4
118118
- name: Setup Python
119-
uses: actions/setup-python@v4
119+
uses: actions/setup-python@v5
120120
with:
121121
python-version: ${{ matrix.python-version }}
122122

@@ -130,7 +130,7 @@ jobs:
130130
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
131131
132132
- name: Setup Pip Cache
133-
uses: actions/cache@v3
133+
uses: actions/cache@v4
134134
with:
135135
path: .pip-cache
136136
key: ${{ runner.os }}-py-${{ matrix.python-version }}-pip-${{ hashFiles('setup.*', '.github/workflows/run-tests-workflow.yml') }}
@@ -161,6 +161,6 @@ jobs:
161161
run: catchsegv xvfb-run -a -s "$XVFBARGS" pytest -v --cov=orangecanvas --cov-report=xml
162162

163163
- name: Upload Coverage
164-
uses: codecov/codecov-action@v3
164+
uses: codecov/codecov-action@v4
165165
with:
166-
fail_ci_if_error: true
166+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)