From 2ca41d3e7bec3457c964b90af760d149c7c6775d Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:41:58 +0000 Subject: [PATCH] CI: Update GitHub actions/checkout to v4 (#1786) --- .github/workflows/default.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2