You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/06/07 02:44:38 UTC

[dubbo-go] branch 3.0 updated: build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#1230)

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

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


The following commit(s) were added to refs/heads/3.0 by this push:
     new 97a0cac  build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#1230)
97a0cac is described below

commit 97a0cacc5bde0da528bcaf92dbc74bb9fb9a0626
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 7 10:44:00 2021 +0800

    build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#1230)
    
    * build(deps): bump actions/cache from v2.1.4 to v2.1.5
    
    Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * improve etcd version and change create to put (#1203)
    
    * build(deps): bump actions/cache from 2.1.5 to 2.1.6
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Xin.Zh <dr...@foxmail.com>
    Co-authored-by: AlexStocks <al...@foxmail.com>
    Co-authored-by: randy <zt...@gmail.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 1bf6999..64b0621 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -35,7 +35,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Cache dependencies
-      uses: actions/cache@v2.1.5
+      uses: actions/cache@v2.1.6
       with:
         # Cache
         path: ~/go/pkg/mod