From 8a451bca30011fbfd249bbd3aa78922cb03aef2d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 23 Nov 2023 15:39:58 +0100 Subject: [PATCH] GitHub actions: upgrade to actions/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 3b7cc4606..4e3d0a51a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: # this env var picked up by valgrind during make check phase VALGRIND_OPTS: "--errors-for-leak-kinds=definite" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: type pkg-config - run: pkg-config --list-all | sort -u - name: Generate configure script @@ -96,7 +96,7 @@ jobs: CONFIGURE_FLAGS: ${{ matrix.config_flags }} VALGRIND_OPTS: "--errors-for-leak-kinds=definite" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: type pkg-config - run: pkg-config --list-all | sort -u - name: Generate configure script -- 2.47.3