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