Skip to content

Commit

Permalink
Update build.yml to checkout-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
peabee committed Apr 17, 2024
1 parent 5e18414 commit 967cc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
cd ../gtk3-autotools
./autogen.sh --enable-gtk3
make -j`nproc`
sudo DESTDIR=/tmp/autotools-gtk3 make install
sudo DESTDIR=/tmp/autotools-gtk3 make install

0 comments on commit 967cc40

Please sign in to comment.