[geos-commits] [SCM] GEOS branch main updated. 427217dfcd42e9fe5185b8d34646b2b8cc73476b

git at osgeo.org git at osgeo.org
Mon Mar 3 11:18:04 PST 2025


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, main has been updated
       via  427217dfcd42e9fe5185b8d34646b2b8cc73476b (commit)
      from  532eb34d685b876cf6e4dc0861fb931d8df592ac (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 427217dfcd42e9fe5185b8d34646b2b8cc73476b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Mar 3 11:17:41 2025 -0800

    Match theme version to hugo build version

diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 717c95e64..7a14b534c 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -31,7 +31,7 @@ jobs:
 
     - name: 'Hugo Build 🛠'
       # ...or replace 'master' with a full version tag, such as: v0.64.1
-      uses: jakejarvis/hugo-build-action at 0.111.3
+      uses: jakejarvis/hugo-build-action at v0.111.3
       with:
         args: --source web --destination public --verbose
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list