[geos-commits] [SCM] GEOS branch main updated. d0d3d5a0bf9c5a3f3bcb4da64ae53fef0f7d64e2

git at osgeo.org git at osgeo.org
Thu Jun 6 13:59:18 PDT 2024


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  d0d3d5a0bf9c5a3f3bcb4da64ae53fef0f7d64e2 (commit)
      from  960c39f4504c7e8ee4d40b073e2c66fc779a2f6d (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 d0d3d5a0bf9c5a3f3bcb4da64ae53fef0f7d64e2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 6 13:58:33 2024 -0700

    Bump up actions versions as GHA bumps node version to 20

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4680e3b99..50ca80369 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -222,10 +222,10 @@ jobs:
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: Retrieve build cache
-      uses: actions/cache/restore at v3
+      uses: actions/cache/restore at v4
       id: restore-cache
       with:
         path: .ccache
@@ -253,7 +253,7 @@ jobs:
         ccache -s
 
     - name: Save build cache
-      uses: actions/cache/save at v3
+      uses: actions/cache/save at v4
       with:
         path: .ccache
         key: ${{ steps.restore-cache.outputs.cache-primary-key }}
@@ -303,7 +303,7 @@ jobs:
 
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -313,7 +313,7 @@ jobs:
 
     - name: Retrieve build cache
       id: restore-cache
-      uses: actions/cache/restore at v3
+      uses: actions/cache/restore at v4
       with:
         path: .ccache
         key: windows-mingw-${{ matrix.build_type}}-${{ github.ref_name }}-${{ github.run_id }}
@@ -332,7 +332,7 @@ jobs:
        cmake --build . -j 4
 
     - name: Save build cache
-      uses: actions/cache/save at v3
+      uses: actions/cache/save at v4
       with:
         path: .ccache
         key: ${{ steps.restore-cache.outputs.cache-primary-key }}
@@ -358,14 +358,14 @@ jobs:
     runs-on: ${{ matrix.ci.os }}
     steps:
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: 'Setup'
       run: choco install ccache
 
     - name: Retrieve build cache
       id: restore-cache
-      uses: actions/cache/restore at v3
+      uses: actions/cache/restore at v4
       with:
         path: .ccache
         key: windows-msvc-${{ matrix.build_type}}-${{ github.ref_name }}-${{ github.run_id }}
@@ -427,11 +427,11 @@ jobs:
         clang++ --version
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: Retrieve build cache
       id: restore-cache
-      uses: actions/cache/restore at v3
+      uses: actions/cache/restore at v4
       with:
         path: .ccache
         key: ${{ runner.os }}-${{ matrix.xcode }}-${{ matrix.build_type}}-${{ matrix.cxxstd }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -453,7 +453,7 @@ jobs:
         cmake --build . --config ${BUILD_TYPE} -j 4
 
     - name: Save build cache
-      uses: actions/cache/save at v3
+      uses: actions/cache/save at v4
       with:
         path: .ccache
         key: ${{ steps.restore-cache.outputs.cache-primary-key }}
@@ -475,7 +475,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install cppcheck
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: 'cppcheck'
       run: |
@@ -496,7 +496,7 @@ jobs:
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
       with:
         path: geos
 
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 5b4aca3e2..0505fd9e1 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -23,7 +23,7 @@ jobs:
     steps:
 
     - name: 'Check Out'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: Set up Docker Buildx
       uses: docker/setup-buildx-action at v2
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 377aa8d71..0cd89dd4e 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 v3
+      uses: actions/checkout at v4
 
     - name: Get tag
       id: tag
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 019c1ce24..4bcc1306c 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -27,7 +27,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
 
     - name: 'Check Out 📗'
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
 
     - name: 'Hugo Build 🛠'
       # ...or replace 'master' with a full version tag, such as: v0.64.1

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

Summary of changes:
 .github/workflows/ci.yml        | 26 +++++++++++++-------------
 .github/workflows/container.yml |  2 +-
 .github/workflows/release.yml   |  2 +-
 .github/workflows/web.yml       |  2 +-
 4 files changed, 16 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list