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

Alanxtl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-extensions.git


The following commit(s) were added to refs/heads/main by this push:
     new 40e0c37  build(deps): bump actions/cache from 4 to 6 (#20)
40e0c37 is described below

commit 40e0c371492915dddbf30a3668281a3b1f36bd5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 10:50:08 2026 +0800

    build(deps): bump actions/cache from 4 to 6 (#20)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/github-actions.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/github-actions.yml 
b/.github/workflows/github-actions.yml
index b192367..96fd17b 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -49,7 +49,7 @@ jobs:
 
       - name: Cache imports-formatter
         id: cache-go-bin
-        uses: actions/cache@v4
+        uses: actions/cache@v6
         with:
           path: ~/go/bin
           key: ${{ runner.os }}-go-imports-formatter-${{ 
hashFiles('**/go.sum') }}

Reply via email to