]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: Update GitHub actions/checkout to v4 (#1786)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 18 Apr 2024 15:41:58 +0000 (15:41 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 18 Apr 2024 20:42:53 +0000 (20:42 +0000)
.github/workflows/default.yaml

index 77d6acdc019d9d747ef9bde7498afe4a6d370a95..d926161d6ee017c3876ab075c377bf2db9c1d899 100644 (file)
@@ -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