From 1ab47b665b146a1049608bdd5dc192661fafe903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 14 Jan 2023 12:29:07 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06b8a1439..1fc875f751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest container: - image: elementary/docker:unstable + image: elementary/docker:next-unstable steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Dependencies run: | apt update @@ -25,7 +25,6 @@ jobs: DESTDIR: out run: | meson build - ninja -C build ninja -C build install flatpak: @@ -44,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU for aarch64 emulation if: ${{ matrix.arch != 'x86_64' }} @@ -72,7 +71,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint run: io.elementary.vala-lint -d .