svn commit: r1935563 - in apr/apr-util/branches/1.7.x: . .github/workflows
[email protected] Tue, 23 Jun 2026 01:59:58 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178217999888.95167.11997672396281515663@svn03-he-fi> |
Author: brane
Date: Tue Jun 23 01:59:58 2026
New Revision: 1935563
Log:
Merged r1935352 from trunk:
Upgrade GitHub workflows to use actions/checkout@v6 to avoid these warnings:
Node.js 20 actions are deprecated. The following actions are running
on Node.js 20 and may not work as expected: actions/checkout@v4.
Actions will be forced to run with Node.js 24 by default starting
June 16th, 2026. Node.js 20 will be removed from the runner on
September 16th, 2026.
Modified:
apr/apr-util/branches/1.7.x/ (props changed)
apr/apr-util/branches/1.7.x/.github/workflows/linux.yml
apr/apr-util/branches/1.7.x/.github/workflows/windows-vcpkg.yml
apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/linux.yml
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/linux.yml Tue Jun 23 01:51:45 2026 (r1935562)
+++ apr/apr-util/branches/1.7.x/.github/workflows/linux.yml Tue Jun 23 01:59:58 2026 (r1935563)
@@ -67,9 +67,9 @@ jobs:
run: sudo apt-get install libtool libtool-bin ${{ matrix.packages }}
- name: Workaround ASAN issue in Ubuntu 22.04 runners
run: sudo sysctl vm.mmap_rnd_bits=28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
# https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
repository: apache/apr
ref: ${{ matrix.apr-version }}
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows-vcpkg.yml
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows-vcpkg.yml Tue Jun 23 01:51:45 2026 (r1935562)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows-vcpkg.yml Tue Jun 23 01:59:58 2026 (r1935563)
@@ -38,7 +38,7 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Vcpkg Install
run: C:\vcpkg\vcpkg.exe install ${{ matrix.port }} --head --overlay-ports ${{ github.workspace }}\build\vcpkg --triplet ${{ matrix.triplet }} --enforce-port-checks
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Tue Jun 23 01:51:45 2026 (r1935562)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Tue Jun 23 01:59:58 2026 (r1935563)
@@ -123,7 +123,7 @@ jobs:
- name: Install dependencies
run: vcpkg install --triplet ${{ matrix.triplet }} ${{ matrix.packages }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
repository: apache/apr
ref: 1.8.x
@@ -153,7 +153,7 @@ jobs:
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cmake --install ${{github.workspace}}/apr/out/build --config ${{ matrix.build-type }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
path: apu