[geos-commits] [SCM] GEOS branch 3.10 updated. 669290d1b2b748ea2246822f21e9d8f727df9631

git at osgeo.org git at osgeo.org
Fri Apr 28 10:14:00 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.10 has been updated
       via  669290d1b2b748ea2246822f21e9d8f727df9631 (commit)
      from  814c56995181a5a188036d855dfb329b3d561976 (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 669290d1b2b748ea2246822f21e9d8f727df9631
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 09:35:22 2023 -0700

    Bump up GHA checkout action to v3

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 765a01bfb..c63dc6e67 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 v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       env:
@@ -149,7 +149,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
@@ -177,7 +177,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
@@ -203,7 +203,7 @@ jobs:
     runs-on: windows-2022
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       run: |
@@ -223,7 +223,7 @@ jobs:
     runs-on: windows-2019
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       run: |
@@ -244,7 +244,7 @@ jobs:
   #   runs-on: windows-2016
   #   steps:
   #   - name: 'Check Out'
-  #     uses: actions/checkout at v2
+  #     uses: actions/checkout at v3
 
   #   - 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