diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-15 09:45:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 09:45:23 -0700 |
| commit | 7034fd155f71c7cbda980a30268e65aae5de03e4 (patch) | |
| tree | b09b9508b48b364ed4af572bfad47451cc77646d | |
| parent | 7d9f9ecda5765e910ec53fdc40081fc8b081ec2f (diff) | |
| download | seaweedfs-7034fd155f71c7cbda980a30268e65aae5de03e4.tar.xz seaweedfs-7034fd155f71c7cbda980a30268e65aae5de03e4.zip | |
build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#4470)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/4d34df0c2316fe8122ab82dc22947d607c0c91f9...fac708d6674e30b6ba41289acaab6d4b75aa0753)
---
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>
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 e661a03eb..ca9a533c4 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@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2 + uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2 with: go-version: ^1.13 id: go diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bbbe5736e..83091b567 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@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v2 + uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2 with: go-version: ^1.13 id: go |
