This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new cb124e1d chore(deps): bump actions/cache from 4 to 5 (#451)
cb124e1d is described below

commit cb124e1db50c9ad2aabb018ae8312eb7624bd3ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 21:18:44 2025 -0600

    chore(deps): bump actions/cache from 4 to 5 (#451)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/dev.yml      | 2 +-
 .github/workflows/python.yml   | 2 +-
 .github/workflows/rust-gpu.yml | 2 +-
 .github/workflows/rust.yml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 42327250..22f224a8 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -52,7 +52,7 @@ jobs:
           rustc -V
           cargo -V
       - name: pre-commit (cache)
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: ~/.cache/pre-commit
           key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index a7913483..bbd09c56 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -88,7 +88,7 @@ jobs:
 
       - name: Cache vcpkg binaries
         id: cache-vcpkg
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: vcpkg/packages
           # Bump the number at the end of this line to force a new dependency 
build
diff --git a/.github/workflows/rust-gpu.yml b/.github/workflows/rust-gpu.yml
index ff8f2c90..523873f1 100644
--- a/.github/workflows/rust-gpu.yml
+++ b/.github/workflows/rust-gpu.yml
@@ -175,7 +175,7 @@ jobs:
       # Cache vcpkg installed packages (expensive to rebuild)
       - name: Cache vcpkg binaries
         id: cache-vcpkg
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: vcpkg/packages
           # Bump the number at the end of this line to force a new dependency 
build
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 43eed64f..bf9c2ceb 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -88,7 +88,7 @@ jobs:
 
       - name: Cache vcpkg binaries
         id: cache-vcpkg
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: vcpkg/packages
           # Bump the number at the end of this line to force a new dependency 
build

Reply via email to