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

git at osgeo.org git at osgeo.org
Thu Jun 6 14:32:36 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  eeabbb351d9b64f3b2aa8e648f2ef6982a2bc558 (commit)
      from  f2d18feb55d8a752f64d14c1013c6e1f217fc99b (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 eeabbb351d9b64f3b2aa8e648f2ef6982a2bc558
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 6 14:32:15 2024 -0700

    Typo

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 00f44c9f5..1e952f86e 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 4v
+      uses: actions/checkout at v4
 
     - name: 'Build'
       env:
@@ -149,7 +149,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at 4v
+      uses: actions/checkout at v4
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -177,7 +177,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at 4v
+      uses: actions/checkout at v4
 
     - 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 4v
+      uses: actions/checkout at v4
 
     - name: 'Build'
       run: |
@@ -223,7 +223,7 @@ jobs:
     runs-on: windows-2019
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at 4v
+      uses: actions/checkout at v4
 
     - name: 'Build'
       run: |
@@ -244,7 +244,7 @@ jobs:
   #   runs-on: windows-2016
   #   steps:
   #   - name: 'Check Out'
-  #     uses: actions/checkout at 4v
+  #     uses: actions/checkout at v4
 
   #   - 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