This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 7a3815ba Upgrade Github cache action (#721)
7a3815ba is described below
commit 7a3815ba82733a069df7a2ab7076f3e201927d49
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Jul 16 10:39:11 2026 +1000
Upgrade Github cache action (#721)
---
.github/workflows/log4cxx-windows-static.yml | 2 +-
.github/workflows/log4cxx-windows.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/log4cxx-windows-static.yml
b/.github/workflows/log4cxx-windows-static.yml
index c47437ec..f9c0078c 100644
--- a/.github/workflows/log4cxx-windows-static.yml
+++ b/.github/workflows/log4cxx-windows-static.yml
@@ -41,7 +41,7 @@ jobs:
- name: 'Restore Prebuilt Dependencies'
id: restore-vcpkg-cache
- uses: actions/cache@v3
+ uses: actions/cache@v5
with:
path: vcpkg
key: ${{ matrix.name }}-${{ matrix.vcpkg_ref }}-x64-static
diff --git a/.github/workflows/log4cxx-windows.yml
b/.github/workflows/log4cxx-windows.yml
index 71b1dc6e..218d2003 100644
--- a/.github/workflows/log4cxx-windows.yml
+++ b/.github/workflows/log4cxx-windows.yml
@@ -51,7 +51,7 @@ jobs:
- name: 'Restore Prebuilt Dependencies'
id: restore-vcpkg-cache
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: vcpkg
key: ${{ matrix.name }}-${{ matrix.vcpkg_ref }}-x64