This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-562
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/LOGCXX-562 by this push:
     new 8e126c5b Update checkout and cache to newest versions
8e126c5b is described below

commit 8e126c5bc143b9fc48c22b2843e1f597f6e1a4b2
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Oct 27 19:54:36 2022 -0400

    Update checkout and cache to newest versions
---
 .github/workflows/log4cxx-windows.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/log4cxx-windows.yml 
b/.github/workflows/log4cxx-windows.yml
index ee558ca2..2dcc0b69 100644
--- a/.github/workflows/log4cxx-windows.yml
+++ b/.github/workflows/log4cxx-windows.yml
@@ -32,20 +32,20 @@ jobs:
             os: windows-2022
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         path: main
 
     - name: 'Restore Prebuilt Dependencies'
       id: restore-vcpkg-cache
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: vcpkg
         key: ${{ runner.os }}-${{ matrix.name }}-cache-x64
 
     - name: 'Checkout VCPKG'
       if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true'
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         repository: microsoft/vcpkg
         path: vcpkg

Reply via email to