[geos-commits] [SCM] GEOS branch 3.10 updated. f2d18feb55d8a752f64d14c1013c6e1f217fc99b

git at osgeo.org git at osgeo.org
Thu Jun 6 14:30:49 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.10 has been updated
       via  f2d18feb55d8a752f64d14c1013c6e1f217fc99b (commit)
      from  be62defd9a1ffe81163bcb038e1edc1b93dd3be2 (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 f2d18feb55d8a752f64d14c1013c6e1f217fc99b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 6 14:30:19 2024 -0700

    Bump actions/checkout to v4

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 473ff88e9..00f44c9f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at 4v
 
     - name: 'Build'
       env:
@@ -149,7 +149,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at 4v
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -177,7 +177,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at 4v
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -203,7 +203,7 @@ jobs:
     runs-on: windows-2022
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at 4v
 
     - name: 'Build'
       run: |
@@ -223,7 +223,7 @@ jobs:
     runs-on: windows-2019
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at 4v
 
     - name: 'Build'
       run: |
@@ -244,7 +244,7 @@ jobs:
   #   runs-on: windows-2016
   #   steps:
   #   - name: 'Check Out'
-  #     uses: actions/checkout at v3
+  #     uses: actions/checkout at 4v
 
   #   - name: 'Build'
   #     run: |

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

Summary of changes:
 .github/workflows/ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list