From 5de5535e7f12d06b88e0cc384947828fccec4943 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 30 Apr 2026 14:06:40 +0100 Subject: [PATCH] CI: update actions versions, sync windows.yml with 2.4.x. --- .github/workflows/linux.yml | 6 +++--- .github/workflows/windows.yml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9f21b654f9a..18e16749d1f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -353,14 +353,14 @@ jobs: liblua5.3-dev libbrotli-dev libcurl4-openssl-dev libnghttp2-dev libjansson-dev libpcre2-dev gdb perl-doc libsasl2-dev ${{ matrix.pkgs }} check - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache installed libraries - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/root key: cache-libs-${{ env.JOBID }} - name: Cache CPAN modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/perl5 key: cache-cpan-${{ env.JOBID }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ac9cb119a8a..4118c34ad66 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,6 +8,8 @@ on: - STATUS - CHANGES - changes-entries/* + tags: + - 2.* pull_request: branches: [ "trunk", "2.4.x" ] paths-ignore: