diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-20 09:11:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 09:11:47 -0700 |
| commit | b2134b78d4b0d0d4517c4d29520e580c6019b94b (patch) | |
| tree | 8e6fcfeb3d9143ea296d7fec8e627648f0c1d7d0 | |
| parent | fa00882e8179ae7ee5948c433ba85a976b851d37 (diff) | |
| download | seaweedfs-b2134b78d4b0d0d4517c4d29520e580c6019b94b.tar.xz seaweedfs-b2134b78d4b0d0d4517c4d29520e580c6019b94b.zip | |
build(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#4323)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/6edd4406fa81c3da01a34fa6f6343087c207a568...4d34df0c2316fe8122ab82dc22947d607c0c91f9)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
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.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0c219ecf7..e661a03eb 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@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2 with: go-version: ^1.13 id: go diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 29ce5109e..bbbe5736e 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@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2 with: go-version: ^1.13 id: go |
