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

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c0547b  chore(deps): bump actions/setup-go from 2.1.3 to 2.1.4 (#4901)
3c0547b is described below

commit 3c0547b87f08e989e8f672dcd244a8a3fe3a5de0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 27 09:51:26 2021 +0800

    chore(deps): bump actions/setup-go from 2.1.3 to 2.1.4 (#4901)
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 
2.1.4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/chaos.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index 50ebe8c..8584966 100644
--- a/.github/workflows/chaos.yml
+++ b/.github/workflows/chaos.yml
@@ -20,7 +20,7 @@ jobs:
           submodules: recursive
 
       - name: Setup go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: "1.16"
 

Reply via email to