aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 09:21:49 -0800
committerGitHub <noreply@github.com>2022-12-19 09:21:49 -0800
commit6c5d44a5c49fd2475d028dabd4802522110ca124 (patch)
tree4ad5401427d49f965e1a64986c748e458e47989f
parentae847c27807281d9443abc9c14c2629dd764785a (diff)
downloadseaweedfs-6c5d44a5c49fd2475d028dabd4802522110ca124.tar.xz
seaweedfs-6c5d44a5c49fd2475d028dabd4802522110ca124.zip
build(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#4065)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/d0a58c1c4d2b25278816e339b944508c875f3613...6edd4406fa81c3da01a34fa6f6343087c207a568) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/e2e.yml2
-rw-r--r--.github/workflows/go.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 0650d253d..3dc61807a 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -24,7 +24,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Set up Go 1.x
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
+ uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2
with:
go-version: ^1.13
id: go
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 9e48a67e8..a345d407b 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Set up Go 1.x
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
+ uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2
with:
go-version: ^1.13
id: go