aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-14 08:56:29 -0700
committerGitHub <noreply@github.com>2023-08-14 08:56:29 -0700
commite2e17ae879f0db9d561d28d2fc79a44307ab482d (patch)
treeb9433080fe617d68b2a4869899b099879479b4ff
parent7d3eccfc47ebad4528f776e87078568420cc6d9a (diff)
downloadseaweedfs-e2e17ae879f0db9d561d28d2fc79a44307ab482d.tar.xz
seaweedfs-e2e17ae879f0db9d561d28d2fc79a44307ab482d.zip
Bump actions/setup-go from 4.0.1 to 4.1.0 (#4748)
-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 ca9a533c4..014c43d73 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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2
with:
go-version: ^1.13
id: go
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 83091b567..7cb9283c5 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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2
with:
go-version: ^1.13
id: go