[SCM] PostGIS branch master updated. 3.6.0rc2-676-g1b98624e5
git at osgeo.org
git at osgeo.org
Tue Jun 30 09:48:23 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 "PostGIS".
The branch, master has been updated
via 1b98624e5a6d7eda27dfbc15c52b3af53043dcd3 (commit)
from 7f768e3f6bfcee9e83ce18100006ef3eb2525a6a (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 1b98624e5a6d7eda27dfbc15c52b3af53043dcd3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 30 09:48:15 2026 -0700
Bump checkout to v6
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ae0ea35b..702b541ee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
# sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- name: 'Check Out'
- uses: actions/checkout at v3
+ uses: actions/checkout at v6
- name: 'Prepare Image'
run: |
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 9ee56b72a..ff3fa0261 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index efb5f0bf5..62eb71c43 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: 'Check Out'
- uses: actions/checkout at v4
+ uses: actions/checkout at v6
- name: 'Install codespell'
run: |
diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index 4ae3f6abc..dff6ee645 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -22,7 +22,7 @@ jobs:
steps:
# see https://github.com/msys2/setup-msys2
- name: checkout
- uses: actions/checkout at v3
+ uses: actions/checkout at v6
- name: '${{ matrix.icon }} Setup MSYS2'
uses: msys2/setup-msys2 at v2
with:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 2 +-
.github/workflows/codeql.yml | 2 +-
.github/workflows/codespell.yml | 2 +-
.github/workflows/msys.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list