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 54c3ed99 chore(deps): bump actions/checkout from 4 to 6 (#450)
54c3ed99 is described below
commit 54c3ed995b3e1c2e3c3e622b538bce5c08da031c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 21:18:04 2025 -0600
chore(deps): bump actions/checkout from 4 to 6 (#450)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/rust-gpu.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/rust-gpu.yml b/.github/workflows/rust-gpu.yml
index 487de2eb..ff8f2c90 100644
--- a/.github/workflows/rust-gpu.yml
+++ b/.github/workflows/rust-gpu.yml
@@ -81,12 +81,12 @@ jobs:
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
submodules: 'recursive'
- name: Clone vcpkg
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
repository: microsoft/vcpkg
ref: ${{ env.VCPKG_REF }}