Skip to content

Commit 029f51f

Browse files
committed
CI: update actions versions, sync windows.yml with 2.4.x.
Github: closes #641 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933601 13f79535-47bb-0310-9956-ffa450edef68
1 parent e2eb21b commit 029f51f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,14 +353,14 @@ jobs:
353353
liblua5.3-dev libbrotli-dev libcurl4-openssl-dev
354354
libnghttp2-dev libjansson-dev libpcre2-dev gdb
355355
perl-doc libsasl2-dev ${{ matrix.pkgs }} check
356-
- uses: actions/checkout@v4
356+
- uses: actions/checkout@v6
357357
- name: Cache installed libraries
358-
uses: actions/cache@v4
358+
uses: actions/cache@v5
359359
with:
360360
path: ~/root
361361
key: cache-libs-${{ env.JOBID }}
362362
- name: Cache CPAN modules
363-
uses: actions/cache@v4
363+
uses: actions/cache@v5
364364
with:
365365
path: ~/perl5
366366
key: cache-cpan-${{ env.JOBID }}

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- STATUS
99
- CHANGES
1010
- changes-entries/*
11+
tags:
12+
- 2.*
1113
pull_request:
1214
branches: [ "trunk", "2.4.x" ]
1315
paths-ignore:

0 commit comments

Comments
 (0)