[geos-commits] [SCM] GEOS branch main updated. 87e98b72ebfe3510a2c235ae8b23e64503f6adab

git at osgeo.org git at osgeo.org
Wed Jun 19 17:45:17 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  87e98b72ebfe3510a2c235ae8b23e64503f6adab (commit)
      from  42696b39bfda948ecf0a28191db3b5fba63acaea (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 87e98b72ebfe3510a2c235ae8b23e64503f6adab
Author: Daniel Baston <dbaston at gmail.com>
Date:   Wed Jun 19 20:41:54 2024 -0400

    CI: Update save action

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 50ca80369..35a0f7a2d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -380,7 +380,7 @@ jobs:
        cmake --build . --config ${{ matrix.ci.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 }}

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list