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

git at osgeo.org git at osgeo.org
Sat May 20 03:59:51 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.11 has been updated
       via  ab0fd3ba6ca59fa73fcacd0af5ca100a1bccf9c0 (commit)
       via  ae66a69fa746cc39a9af19257a7ccfaf8a2e8cac (commit)
      from  c3d027aae5674979cd50e5b9c77c0add5148b253 (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 ab0fd3ba6ca59fa73fcacd0af5ca100a1bccf9c0
Author: Mike Taves <mwtoews at gmail.com>
Date:   Sat May 20 22:56:34 2023 +1200

    GHA: provide unique Job ID names (for `act -l` and `act -j name`)

diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index a6fee46fe..4d727e368 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -14,9 +14,9 @@ on:
 
 jobs:
 
-  linux:
+  container:
 
-    name: 'Linux'
+    name: 'Build container'
     runs-on: ubuntu-latest
 
     steps:
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index d91ccbde4..b00c180fd 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -11,7 +11,7 @@ on:
       - main
 
 jobs:
-  linux:
+  web:
     name: 'Build Web'
     runs-on: ubuntu-latest
 

commit ae66a69fa746cc39a9af19257a7ccfaf8a2e8cac
Author: Mike Taves <mwtoews at gmail.com>
Date:   Sat May 20 22:54:51 2023 +1200

    Upgrade GH actions for container.yml

diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 74d5615ce..a6fee46fe 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -25,10 +25,10 @@ jobs:
       uses: actions/checkout at v3
 
     - name: Set up Docker Buildx
-      uses: docker/setup-buildx-action at v1
+      uses: docker/setup-buildx-action at v2
 
     - name: Login to GitHub Container Registry
-      uses: docker/login-action at v1
+      uses: docker/login-action at v2
       with:
         registry: ghcr.io
         username: ${{ github.repository_owner }}
@@ -40,7 +40,7 @@ jobs:
 
     - name: Build and Push
       if: ${{ github.repository == 'libgeos/geos' }} }}
-      uses: docker/build-push-action at v2
+      uses: docker/build-push-action at v4
       with:
         context: .
         # platforms: linux/amd64,linux/arm64

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

Summary of changes:
 .github/workflows/container.yml | 10 +++++-----
 .github/workflows/web.yml       |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list