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 11809577 update to latest versions of actions
11809577 is described below

commit 11809577a16f9a154bc13be29ceddc38d92110d4
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Oct 27 20:14:57 2022 -0400

    update to latest versions of actions
---
 .github/workflows/log4cxx-cpp11.yml          | 2 +-
 .github/workflows/log4cxx-posix.yml          | 2 +-
 .github/workflows/log4cxx-windows-static.yml | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/log4cxx-cpp11.yml 
b/.github/workflows/log4cxx-cpp11.yml
index 10236741..803c9b93 100644
--- a/.github/workflows/log4cxx-cpp11.yml
+++ b/.github/workflows/log4cxx-cpp11.yml
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-20.04
     timeout-minutes: 38
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         path: main
 
diff --git a/.github/workflows/log4cxx-posix.yml 
b/.github/workflows/log4cxx-posix.yml
index 92e7b64f..7f3b98e2 100644
--- a/.github/workflows/log4cxx-posix.yml
+++ b/.github/workflows/log4cxx-posix.yml
@@ -60,7 +60,7 @@ jobs:
             cc: clang
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         path: main
 
diff --git a/.github/workflows/log4cxx-windows-static.yml 
b/.github/workflows/log4cxx-windows-static.yml
index 1005e5a1..5ba9e7e8 100644
--- a/.github/workflows/log4cxx-windows-static.yml
+++ b/.github/workflows/log4cxx-windows-static.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