aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro-Alessio Gierens <sandro@gierens.de>2023-08-15 15:58:23 +0200
committerSandro-Alessio Gierens <49617392+gierens@users.noreply.github.com>2023-08-15 16:50:05 +0200
commitb450644723af214f4e5ac19287bc495a42e8ee5f (patch)
treeca75a47994fff99180c4485b1ae1f3994171b5a9
parente8c37f83fb92848f328e297ace37536253ee08bc (diff)
downloadlibvfio-user-b450644723af214f4e5ac19287bc495a42e8ee5f.zip
libvfio-user-b450644723af214f4e5ac19287bc495a42e8ee5f.tar.gz
libvfio-user-b450644723af214f4e5ac19287bc495a42e8ee5f.tar.bz2
Bump Github Actions version to v3
Node12 and as a result Github Actions v2 will apparently soon be deprecated, see: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ Thus this changes all workflow jobs to use `actions/checkout@v3`. Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
-rw-r--r--.github/workflows/coverity.yml2
-rw-r--r--.github/workflows/pull_request.yml10
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index b383317..a81da86 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: run-scan
run: |
sudo apt-get update
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 3b99a28..d8323e3 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -5,7 +5,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: pre-push
run: |
sudo apt-get update
@@ -17,7 +17,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: pre-push
run: |
sudo apt-get update
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
container: centos:7
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: pre-push
run: |
# NB: no working flake8
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:35
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: pre-push
run: |
dnf -y install --releasever=35 \
@@ -55,6 +55,6 @@ jobs:
runs-on: ubuntu-latest
container: vlajos/misspell-fixer
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: run misspell-fixer
run: /misspell-fixer/misspell-fixer -sv .