This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new dc06a52 chore(deps): bump actions/cache from 5 to 6 (#432)
dc06a52 is described below
commit dc06a52b7a04a9ef0e81c7776782526e633894d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 11:08:27 2026 +0800
chore(deps): bump actions/cache from 5 to 6 (#432)
---
.github/workflows/ci.yml | 2 +-
.github/workflows/release-go-binding.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ad0c891..cf48d72 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v7
- name: Rust Cache
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: |
~/.cargo/registry
diff --git a/.github/workflows/release-go-binding.yml
b/.github/workflows/release-go-binding.yml
index a6b367f..efa7bf2 100644
--- a/.github/workflows/release-go-binding.yml
+++ b/.github/workflows/release-go-binding.yml
@@ -121,7 +121,7 @@ jobs:
rustup default stable
- name: Cache Rust build outputs
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: |
~/.cargo/bin/