[geos-commits] [SCM] GEOS branch 3.11 updated. b3e1169efeb6eb02f9f442bb66226f24d346b83a
git at osgeo.org
git at osgeo.org
Sun Mar 22 18:09:46 PDT 2026
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 b3e1169efeb6eb02f9f442bb66226f24d346b83a (commit)
from 63930d5392860983292b421b258cbbba530191ac (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 b3e1169efeb6eb02f9f442bb66226f24d346b83a
Author: Mike Taves <mwtoews at gmail.com>
Date: Mon Mar 23 14:02:42 2026 +1300
CI: update various GitHub Actions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b02fca152..4e71e5006 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Build'
env:
@@ -124,7 +124,7 @@ jobs:
- name: 'Upload Valgrind Log'
if: failure()
- uses: actions/upload-artifact at v4
+ uses: actions/upload-artifact at v7
with:
name: valgrind-log
path: build.cmake/Testing/Temporary/MemoryChecker.**.log
@@ -145,7 +145,7 @@ jobs:
shell: msys2 {0}
steps:
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Setup'
uses: msys2/setup-msys2 at v2
@@ -174,7 +174,7 @@ jobs:
shell: msys2 {0}
steps:
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Setup'
uses: msys2/setup-msys2 at v2
@@ -200,7 +200,7 @@ jobs:
runs-on: windows-2022
steps:
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Build'
run: |
@@ -220,7 +220,7 @@ jobs:
runs-on: windows-2025
steps:
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Build'
run: |
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 9c894ff9d..4908fc127 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -22,13 +22,13 @@ jobs:
steps:
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action at v2
+ uses: docker/setup-buildx-action at v4
- name: Login to GitHub Container Registry
- uses: docker/login-action at v2
+ uses: docker/login-action at v4
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 v4
+ uses: docker/build-push-action at v7
with:
context: .
# platforms: linux/amd64,linux/arm64
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0cd89dd4e..afdb1878a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: Get tag
id: tag
@@ -68,7 +68,7 @@ jobs:
- name: Create Release
if: ${{ steps.tag.outputs.tag == steps.version.outputs.geosversion }}
id: create_release
- uses: softprops/action-gh-release at v1
+ uses: softprops/action-gh-release at v2
with:
body_path: ${{ steps.notes.outputs.geosnotes }}
name: Release ${{ steps.version.outputs.geosversion }}
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 85cc3d6b9..fe92f164d 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -26,11 +26,11 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
- name: 'Check Out 📗'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Hugo Build 🛠'
# ...or replace 'master' with a full version tag, such as: v0.64.1
- uses: jakejarvis/hugo-build-action at v0.88.1
+ uses: jakejarvis/hugo-build-action at v0.111.3
with:
args: --source web --destination public --verbose
@@ -50,7 +50,7 @@ jobs:
cp -ra build.cmake/doxygen/doxygen_docs/html/* public_html/doxygen
- name: 'Deploy 🚀'
- uses: JamesIves/github-pages-deploy-action at 4.1.5
+ uses: JamesIves/github-pages-deploy-action at v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: public_html # The folder the action should depl y.
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 12 ++++++------
.github/workflows/container.yml | 8 ++++----
.github/workflows/release.yml | 4 ++--
.github/workflows/web.yml | 6 +++---
4 files changed, 15 insertions(+), 15 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list