[geos-commits] [SCM] GEOS branch 3.8 updated. 09cca89f8617c3a3dbf5f330a7d15299a15be7bf

git at osgeo.org git at osgeo.org
Tue May 23 11:52:14 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.8 has been updated
       via  09cca89f8617c3a3dbf5f330a7d15299a15be7bf (commit)
      from  4d3f792354a692f54ee1065f9167d58e8d5c42c8 (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 09cca89f8617c3a3dbf5f330a7d15299a15be7bf
Author: Mike Taves <mwtoews at gmail.com>
Date:   Sun May 21 13:31:15 2023 +1200

    GHA: upgrade to actions/checkout at v3

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ae139ece..d1797bb5d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make ${{ matrix.ci.packages }}
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       run: |

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

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list