aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-05 09:16:27 -0800
committerGitHub <noreply@github.com>2022-12-05 09:16:27 -0800
commitdb58bbf321618562ff8e00f04b08f4a77afdffa2 (patch)
tree5bae43249123f1eb975f42376753ed07e1fbe461
parentbf290f030e368249234171f0e62e10adc1becbfc (diff)
downloadseaweedfs-db58bbf321618562ff8e00f04b08f4a77afdffa2.tar.xz
seaweedfs-db58bbf321618562ff8e00f04b08f4a77afdffa2.zip
build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#4029)
-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 7ccf156c9..0650d253d 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@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2
+ uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
with:
go-version: ^1.13
id: go
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 220dca9b4..9e48a67e8 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@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2
+ uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2
with:
go-version: ^1.13
id: go