]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - .github/workflows/default.yaml
CI: Update GitHub actions/checkout to v4 (#1786)
[thirdparty/squid.git] / .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