You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/11/03 22:39:05 UTC

[datasketches-cpp] 01/02: bump versions for workflow jobs

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

jmalkin pushed a commit to branch common_version
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit f9ea3437c049dc508094c58e5c4d78bc4188f212
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Thu Nov 3 15:37:45 2022 -0700

    bump versions for workflow jobs
---
 .github/workflows/build_cmake.yml   | 4 ++--
 .github/workflows/build_wheels.yml  | 4 ++--
 .github/workflows/code_coverage.yml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 9660887..8e4c7cb 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -40,7 +40,7 @@ jobs:
             
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           submodules: true
           persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
       - name: Run C++ tests
         run: cmake --build build --config Release --target ${{ matrix.config.test_target }}
       - name: Set up Python 3.x
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
           python-version: '3.8' # 3.x grabs latest minor version of python3, but 3.9 not fully supported yet
       - name: Install Python dependencies
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 4f9ca19..380777e 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -18,7 +18,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
 
-      - uses: actions/setup-python@v3
+      - uses: actions/setup-python@v4
         name: Install Python
         with:
           python-version: '3.x'
@@ -72,7 +72,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Set up Python 3.x
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
           python-version: '3.x'
            
diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml
index a0e0a85..f1112ad 100644
--- a/.github/workflows/code_coverage.yml
+++ b/.github/workflows/code_coverage.yml
@@ -16,7 +16,7 @@ jobs:
             
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           submodules: true
           persist-credentials: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org