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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c3cdbde Build(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#541)
0c3cdbde is described below

commit 0c3cdbde6f9caa7f2634050915419f70df3c82d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 21 10:26:43 2023 +0800

    Build(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#541)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 
3.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 05dabd5b..4f334bae 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -32,7 +32,7 @@ jobs:
         id: go
 
       - name: Check out code into the Go module directory
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Cache dependencies
         uses: actions/[email protected]

Reply via email to