You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2020/11/18 22:23:04 UTC

[logging-log4cxx] branch master updated: Setenv updates (#44)

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

rmiddleton 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 9cf215f  Setenv updates (#44)
9cf215f is described below

commit 9cf215f9721aa6add98674bfc706452e62268b50
Author: Robert Middleton <rm...@users.noreply.github.com>
AuthorDate: Wed Nov 18 17:22:58 2020 -0500

    Setenv updates (#44)
    
    * Use new version of environment setting
    
    * update vcpkg and cmake versions
---
 .github/workflows/log4cxx.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/log4cxx.yml b/.github/workflows/log4cxx.yml
index bcfb7b8..d7b821e 100644
--- a/.github/workflows/log4cxx.yml
+++ b/.github/workflows/log4cxx.yml
@@ -46,7 +46,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
 
-    - uses: lukka/set-shell-env@v1
+    - uses: lukka/set-shell-env@v1.1
       with:
         CXX: ${{ matrix.cxx }}
         CC: ${{ matrix.cc }}
@@ -69,7 +69,7 @@ jobs:
 
     - name: 'Configure Dependencies - Windows'
       if: matrix.name == 'windows-2019' || matrix.name == 'windows-2016'
-      uses: lukka/run-vcpkg@v2
+      uses: lukka/run-vcpkg@v5
       id: runvcpkg
       with:
         vcpkgArguments: apr apr-util
@@ -78,7 +78,7 @@ jobs:
         vcpkgTriplet: x64-windows
 
     - name: 'run cmake'
-      uses: lukka/run-cmake@v2
+      uses: lukka/run-cmake@v3
       with:
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         buildDirectory: ${{ runner.workspace }}/build