From 967cc40ed745163a48299c0bb09cda99edb9ec42 Mon Sep 17 00:00:00 2001 From: PB Date: Wed, 17 Apr 2024 17:15:47 +0100 Subject: [PATCH] Update build.yml to checkout-v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f846333..8f64e88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | sudo apt-get update -qq @@ -38,4 +38,4 @@ jobs: cd ../gtk3-autotools ./autogen.sh --enable-gtk3 make -j`nproc` - sudo DESTDIR=/tmp/autotools-gtk3 make install \ No newline at end of file + sudo DESTDIR=/tmp/autotools-gtk3 make install