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 dd1c26e1 Build(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#558)
dd1c26e1 is described below
commit dd1c26e164f61c537074b8b3e6fcc39e50e7ff71
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 18 10:15:21 2023 +0800
Build(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#558)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to
3.5.2.
- [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.5.0...v3.5.2)
---
updated-dependencies:
- dependency-name: actions/checkout
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/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 07c661dd..48b24633 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]