[geos-commits] [SCM] GEOS branch 3.11 updated. 16cbc61f0d547f8cc347ed01ab30d75a3c236e30

git at osgeo.org git at osgeo.org
Fri Apr 28 09:33:47 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.11 has been updated
       via  16cbc61f0d547f8cc347ed01ab30d75a3c236e30 (commit)
      from  17d1650dd8ad2eebc1dd0ae00e228be0c16b3bd6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 16cbc61f0d547f8cc347ed01ab30d75a3c236e30
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 09:33:20 2023 -0700

    Bump up GHA checkout action to v3

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4d80b06d0..dd75ede8a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       env:
@@ -142,7 +142,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -171,7 +171,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -197,7 +197,7 @@ jobs:
     runs-on: windows-2022
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       run: |
@@ -217,7 +217,7 @@ jobs:
     runs-on: windows-2019
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       run: |
@@ -237,7 +237,7 @@ jobs:
   #   runs-on: windows-2016
   #   steps:
   #   - name: 'Check Out'
-  #     uses: actions/checkout at v2
+  #     uses: actions/checkout at v3
 
   #   - name: 'Build'
   #     run: |
@@ -266,7 +266,7 @@ jobs:
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
       with:
         path: geos
 
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 1f6a6574e..74d5615ce 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -22,7 +22,7 @@ jobs:
     steps:
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: Set up Docker Buildx
       uses: docker/setup-buildx-action at v1
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4afb464a6..377aa8d71 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: Get tag
       id: tag
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 3a98e7ca2..d91ccbde4 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -26,7 +26,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
 
     - name: 'Check Out 📗'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Hugo Build 🛠'
       # ...or replace 'master' with a full version tag, such as: v0.64.1

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml        | 14 +++++++-------
 .github/workflows/container.yml |  2 +-
 .github/workflows/release.yml   |  2 +-
 .github/workflows/web.yml       |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list