summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.B.Dharun Krishna <kbdharunkrishna@gmail.com>2023-04-07 17:54:07 +0530
committerPatrick <tingping@tingping.se>2023-04-08 21:22:09 -0500
commit97768cea841350bc22285f864eb0f27d4cb877e9 (patch)
tree376692708a3594cec016a77d26eb6b03ea342568
parent026bb1d01a7ee75971110cf1cd83a6ded4a75cf5 (diff)
downloadflatpak-97768cea841350bc22285f864eb0f27d4cb877e9.tar.gz
check.yml: bump actions/checkout version and replace deprecated 18.04 runner with 20.04
-rw-r--r--.github/workflows/check.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 4c854100..403c3776 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -52,7 +52,7 @@ jobs:
# One of the tests wants this
sudo mkdir /tmp/flatpak-com.example.App-OwnedByRoot
- name: Check out flatpak
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
with:
submodules: true
- name: Build appstream dependency # (We need at least 0.15.3 for the g_once fix)
@@ -105,7 +105,7 @@ jobs:
# * Disable malcontent build-dependency
check-alt2:
name: Build with gcc and test (older)
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- name: Install Dependencies
run: |
@@ -120,7 +120,7 @@ jobs:
# One of the tests wants this
sudo mkdir /tmp/flatpak-com.example.App-OwnedByRoot
- name: Check out flatpak
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
with:
submodules: true
- name: Create logs dir
@@ -169,7 +169,7 @@ jobs:
permissions:
security-events: write # for codeql
name: Build with clang and analyze
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -198,7 +198,7 @@ jobs:
libseccomp-dev libsoup2.4-dev libcurl4-openssl-dev libsystemd-dev libxml2-utils libgpgme11-dev gobject-introspection \
libgirepository1.0-dev libappstream-dev libdconf-dev clang e2fslibs-dev
- name: Check out flatpak
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
with:
submodules: true
- name: configure
@@ -229,7 +229,7 @@ jobs:
libgirepository1.0-dev libappstream-dev libdconf-dev clang socat meson libdbus-1-dev \
valgrind e2fslibs-dev
- name: Check out flatpak
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
with:
submodules: true
- name: Create logs dir