From: Viktor Szakats Date: Tue, 3 Oct 2023 21:58:26 +0000 (+0000) Subject: GHA: bump actions/checkout X-Git-Tag: curl-8_4_0~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b9becb5d9c1ea8195279e92639bdc4ba863507d;p=thirdparty%2Fcurl.git GHA: bump actions/checkout Follow-up to 2e0fa50fc16b9339f51e0a7bfff0352829323acb #11964 Follow-up to c39585d9b7ef3cbfc1380812dec60e7b275b6af3 #12000 Closes #12023 --- diff --git a/.github/workflows/configure-vs-cmake.yml b/.github/workflows/configure-vs-cmake.yml index 7c2c83fadd..3131bc128e 100644 --- a/.github/workflows/configure-vs-cmake.yml +++ b/.github/workflows/configure-vs-cmake.yml @@ -30,7 +30,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: run configure --with-openssl run: |