This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch update_github_cache_actions in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 9a38b07d8d22e49b2978779f19c2ab55a487815c Author: Stephen Webb <[email protected]> AuthorDate: Wed Jul 15 17:31:45 2026 +1000 Upgrade Github cache action --- .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
