]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Update to actions/checkout@v5
authorTim Duesterhus <tim@bastelstu.be>
Wed, 13 Aug 2025 17:13:31 +0000 (19:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Aug 2025 17:15:04 +0000 (19:15 +0200)
No functional change, but we should keep this current.

see 5f4ddb54b05ae0355b1f64c22263a6bc381410df
see 5c923f1869881156bf3a25c9659655ae10f7dbd0

17 files changed:
.github/workflows/aws-lc-template.yml
.github/workflows/codespell.yml
.github/workflows/compliance.yml
.github/workflows/contrib.yml
.github/workflows/coverity.yml
.github/workflows/cross-zoo.yml
.github/workflows/fedora-rawhide.yml
.github/workflows/illumos.yml
.github/workflows/musl.yml
.github/workflows/netbsd.yml
.github/workflows/openssl-nodeprecated.yml
.github/workflows/quic-interop-aws-lc.yml
.github/workflows/quic-interop-libressl.yml
.github/workflows/quictls.yml
.github/workflows/vtest.yml
.github/workflows/windows.yml
.github/workflows/wolfssl.yml

index b016d477eb002b5a1be38b9447f2fd2627c6214b..60f6e607ffd7f74b4d7f2edae1222a2cec15304a 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install VTest
         run: |
           scripts/build-vtest.sh
index 705ad6ea52a15c9f1d78cd8563273dd663897abd..da42f9278ec76dfc3c75fbd7cd43a9ba6e411dd6 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - uses: codespell-project/codespell-problem-matcher@v1.2.0
     - uses: codespell-project/actions-codespell@master
       with:
index 6f8d1efc638f2ad2780195bb3ece8fe0c5ebe1b3..80c8a0125de096abfe2afed9cd9653f5b93b38bf 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Install h2spec
       id: install-h2spec
       run: |
index 4e14744811037f4d218e2513314e25a70e3a28c5..cd4167394536414e93a7e30c7e096e8adcb20d9b 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Compile admin/halog/halog
       run: |
         make admin/halog/halog
index 06df6eef1d773baddb8a633e92da0590972b60b5..d420aa9a5000f5c6b18fac9cc3098fb98119788b 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Install apt dependencies
       run: |
         sudo apt-get update -o Acquire::Languages=none -o Acquire::Translation=none
index ba78996d84b4a7128024215406fc1f3e4a06f8d1..3dd638a16f81da0c9ed72dd3494c6fbb6f017d59 100644 (file)
@@ -99,7 +99,7 @@ jobs:
         sudo apt-get -yq --force-yes install \
             gcc-${{ matrix.platform.arch }} \
             ${{ matrix.platform.libs }}
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
 
 
     - name: install quictls
index 130f8744892a70a92f12ab2125d5c8f7873de8b7..8965e464bc2c0eb3612ebba99385c10b823499e4 100644 (file)
@@ -24,7 +24,7 @@ jobs:
     container:
       image: fedora:rawhide
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Install dependencies
       run: |
         dnf -y install awk diffutils git pcre-devel zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang
@@ -67,4 +67,4 @@ jobs:
     - name: Run Unit tests
       id: unittests
       run: |
-        make unit-tests
\ No newline at end of file
+        make unit-tests
index 2bcc9d9f3f7ef8260f3fade22df14edbb729668f..18284e4159e8d6f7503a3c3f68134c2de70f67f6 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       contents: read
     steps:
       - name: "Checkout repository"
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       - name: "Build on VM"
         uses: vmactions/solaris-vm@v1
index a05661f3343271b96a063771d071652245a8365a..54906b51a31e3a6042d7a6b7ba34c50a049a4002 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         run: |
           ulimit -c unlimited
           echo '/tmp/core/core.%h.%e.%t' > /proc/sys/kernel/core_pattern
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install dependencies
         run: apk add gcc gdb make tar git python3 libc-dev linux-headers pcre-dev pcre2-dev openssl-dev lua5.3-dev grep socat curl musl-dbg lua5.3-dbg jose
       - name: Install VTest
index b15a6dc9ac870245218b85f2d4d8c40d81e2537d..1c31aa9686b4fd06916f1f19e0879b8943c24685 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       contents: read
     steps:
       - name: "Checkout repository"
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       - name: "Build on VM"
         uses: vmactions/netbsd-vm@v1
index a9237fb17ac569f5d21b5683298f3875763e6405..6038870f097c434a4faa996f9f9de65f39e63a8a 100644 (file)
@@ -22,7 +22,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Install VTest
       run: |
         scripts/build-vtest.sh
index 51d5e3232a840a154f6cf874bad1d3b573f2e248..37680e6ddb48ba9f9aba07ea9af5173c2da3cc21 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       packages: write
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
 
       - name: Log in to the Container registry
         uses: docker/login-action@v3
@@ -64,7 +64,7 @@ jobs:
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
 
       - name: Log in to the Container registry
         uses: docker/login-action@v3
index 96ea1995be56876cfbc9f420d056639925fb966f..e348aea1a92f18e0b8931c17cbbe658cf7f8ebb3 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       packages: write
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
 
       - name: Log in to the Container registry
         uses: docker/login-action@v3
@@ -62,7 +62,7 @@ jobs:
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
 
       - name: Log in to the Container registry
         uses: docker/login-action@v3
index 76b6d3bcd1cb1b14b12b52e1c07b2d2024361bab..a6870dbb50bd5e2b581bea46c372ae4ae6063afa 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install VTest
         run: |
           scripts/build-vtest.sh
index 23635894686c7fd28f41930b34b3da600f68d14a..4e859a4c8b152348296bc2ed60bc9160e15ef6d1 100644 (file)
@@ -23,7 +23,7 @@ jobs:
     outputs:
       matrix: ${{ steps.set-matrix.outputs.matrix }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Generate Build Matrix
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
       TMPDIR: /tmp
       OT_CPP_VERSION: 1.6.0
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
       with:
         fetch-depth: 100
 
index 29ad16fca1810e81bacc8fac8c0f401e8916841b..3a6f4f80265fcc0937d8dbf3cc605aabf6eb5a2e 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           - USE_THREAD=1
           - USE_ZLIB=1
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - uses: msys2/setup-msys2@v2
       with:
         install: >-
index 0f79f7fe38bdbe07dd0b2670e4ec91108dd4aa12..7dbc6a279c5367a79469881caf52e7339652eb21 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install VTest
         run: |
           scripts/build-vtest.sh