aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 09:38:30 -0700
committerGitHub <noreply@github.com>2022-10-24 09:38:30 -0700
commit94db6fb715d8fab64da840ac2531223b5e88fd8b (patch)
treee1b3b0cd70b54ef643ab81d799f7fbbf11fd5830
parent70897ab538fafbf750cc8b7ca7289c3c7a161b87 (diff)
downloadseaweedfs-94db6fb715d8fab64da840ac2531223b5e88fd8b.tar.xz
seaweedfs-94db6fb715d8fab64da840ac2531223b5e88fd8b.zip
build(deps): bump actions/setup-go from 3.3.0 to 3.3.1 (#3896)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/268d8c0ca0432bb2cf416faae41297df9d262d7f...c4a742cab115ed795e34d4513e2cf7d472deb55f) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c49c96bf..7ccf156c9 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@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
+ uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2
with:
go-version: ^1.13
id: go
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 0f942d479..220dca9b4 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@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
+ uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2
with:
go-version: ^1.13
id: go