[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-224-g026b79776

git at osgeo.org git at osgeo.org
Wed Oct 19 13:03:15 PDT 2022


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  026b79776c0d0fb146b0d1adb9f29dceb5519b8c (commit)
      from  46005ff37fc8ca974e90b4af520b3d6c1c4beca9 (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 026b79776c0d0fb146b0d1adb9f29dceb5519b8c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Oct 19 13:03:08 2022 -0700

    Bump actions/checkout to v3 per GH deprecation warnings

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2e2080c95..d38a84772 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
     #     sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Prepare Image'
       run: |
diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index 71452d58c..4b6321dcc 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 v2
+      uses: actions/checkout at v3
     - name: '${{ matrix.icon }} Setup MSYS2'
       uses: msys2/setup-msys2 at v2
       with:

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

Summary of changes:
 .github/workflows/ci.yml   | 2 +-
 .github/workflows/msys.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list