From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:41:58 +0000 (+0000) Subject: CI: Update GitHub actions/checkout to v4 (#1786) X-Git-Tag: SQUID_7_0_1~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ca41d3e7bec3457c964b90af760d149c7c6775d;p=thirdparty%2Fsquid.git CI: Update GitHub actions/checkout to v4 (#1786) --- diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 77d6acdc01..d926161d6e 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -38,7 +38,7 @@ jobs: node-version: 16 - name: Checkout Squid sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: ${{ env.CHECKOUT_FETCH_DEPTH }} @@ -83,7 +83,7 @@ jobs: --progress-bar off \ codespell==1.16 # TODO: Upgrade to codespell v2 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: ${{ env.CHECKOUT_FETCH_DEPTH }} @@ -110,7 +110,7 @@ jobs: sudo apt-get --quiet=2 install linuxdoc-tools libtool-bin - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: ./test-builds.sh @@ -140,7 +140,7 @@ jobs: sudo apt-get --quiet=2 install linuxdoc-tools libtool-bin - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2