Setenv updates (#44)

* Use new version of environment setting

* update vcpkg and cmake versions
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 @@
     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 @@
 
     - 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 @@
         vcpkgTriplet: x64-windows
 
     - name: 'run cmake'
-      uses: lukka/run-cmake@v2
+      uses: lukka/run-cmake@v3
       with:
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         buildDirectory: ${{ runner.workspace }}/build