Skip to content

Commit

Permalink
Merge pull request #295 from ales-erjavec/ci/update-action-versions
Browse files Browse the repository at this point in the history
[MNT] ci: Update various action versions
  • Loading branch information
PrimozGodec committed Feb 16, 2024
2 parents 9f2c0dc + 236192d commit 8b47de1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-docs-build.yml
Expand Up @@ -19,14 +19,14 @@ jobs:
python: 3.7

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: Setup Pip Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .pip-cache
key: ${{ runner.os }}-py-${{ matrix.python }}-pip-${{ hashFiles('setup.*', '.github/workflows/run-docs-build.yml') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-tests-workflow.yml
Expand Up @@ -114,9 +114,9 @@ jobs:
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

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

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

0 comments on commit 8b47de1

Please sign in to comment.