summaryrefslogtreecommitdiff
path: root/.github/workflows/python-package.yml
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2023-02-07 16:18:17 +0100
committerDominik Holland <dominik.holland@qt.io>2023-02-07 16:18:17 +0100
commita8015126eaa113cd26da13e423ce05d6ca83c68d (patch)
tree7c6501699b7a3c2ac0b29fd221a59b325ef96434 /.github/workflows/python-package.yml
parent1bb9941184467867f265bc7a2b29997ad7512d5c (diff)
downloadqtivi-qface-a8015126eaa113cd26da13e423ce05d6ca83c68d.tar.gz
CI: Update to the latest action versionsupstream/develop
Diffstat (limited to '.github/workflows/python-package.yml')
-rw-r--r--.github/workflows/python-package.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 3b088f3..24515f8 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -20,9 +20,9 @@ jobs:
dependencies: [minimal, latest]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
@@ -53,9 +53,9 @@ jobs:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python 3.7
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install dependencies