[geos-commits] [SCM] GEOS branch 3.11 updated. b784f2922d126b99be23a965aade53835d0c1d84

git at osgeo.org git at osgeo.org
Thu Jun 6 14:04:01 PDT 2024


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  b784f2922d126b99be23a965aade53835d0c1d84 (commit)
      from  26982aa03d219ed896e4b4453907c1fa1e9a3725 (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 b784f2922d126b99be23a965aade53835d0c1d84
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 6 14:03:40 2024 -0700

    Bump actions/checkout version

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f8d473f98..132ddef3e 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 v3
+      uses: actions/checkout at v4
 
     - name: 'Build'
       env:
@@ -142,7 +142,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -171,7 +171,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - 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 v3
+      uses: actions/checkout at v4
 
     - name: 'Build'
       run: |
@@ -217,7 +217,7 @@ jobs:
     runs-on: windows-2019
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: 'Build'
       run: |
@@ -237,7 +237,7 @@ jobs:
   #   runs-on: windows-2016
   #   steps:
   #   - name: 'Check Out'
-  #     uses: actions/checkout at v3
+  #     uses: actions/checkout at v4
 
   #   - name: 'Build'
   #     run: |
@@ -266,7 +266,7 @@ jobs:
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
       with:
         path: geos
 
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 4d727e368..9c894ff9d 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -22,7 +22,7 @@ jobs:
     steps:
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: Set up Docker Buildx
       uses: docker/setup-buildx-action at v2
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 377aa8d71..0cd89dd4e 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 v3
+      uses: actions/checkout at v4
 
     - name: Get tag
       id: tag
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index b00c180fd..85cc3d6b9 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 v3
+      uses: actions/checkout at v4
 
     - 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