From: Florian Forster Date: Thu, 23 Nov 2023 14:39:58 +0000 (+0100) Subject: GitHub actions: upgrade to actions/checkout@v4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a451bca30011fbfd249bbd3aa78922cb03aef2d;p=thirdparty%2Fcollectd.git GitHub actions: upgrade to actions/checkout@v4 --- 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