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 99bdcc1  chore(deps): bump actions/cache from 4 to 5 (#355)
99bdcc1 is described below

commit 99bdcc107e330f5944f2c30a1ac2d02c3ed58b8b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 10:09:26 2026 +0800

    chore(deps): bump actions/cache from 4 to 5 (#355)
---
 .github/workflows/release-go-binding.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-go-binding.yml 
b/.github/workflows/release-go-binding.yml
index da8894c..5de46ec 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@v4
+        uses: actions/cache@v5
         with:
           path: |
             ~/.cargo/bin/

Reply via email to