diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-30 14:56:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 14:56:54 -0700 |
| commit | ec4ef30483c6ff81e01b88737b3e879367d195ae (patch) | |
| tree | 1ede083b106faec0947d8d717a545b3f345c1182 | |
| parent | 73112191e23a6780ff3968d5f3a1ad2f16c41157 (diff) | |
| download | seaweedfs-ec4ef30483c6ff81e01b88737b3e879367d195ae.tar.xz seaweedfs-ec4ef30483c6ff81e01b88737b3e879367d195ae.zip | |
chore(deps): bump actions/setup-go from 4 to 5 (#6931)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '5'
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/deploy_telemetry.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/e2e.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy_telemetry.yml b/.github/workflows/deploy_telemetry.yml index e8b4a7234..45d561205 100644 --- a/.github/workflows/deploy_telemetry.yml +++ b/.github/workflows/deploy_telemetry.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.24' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7f2eb0f4c..a04bc29c5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 30 steps: - name: Set up Go 1.x - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2 + uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v2 with: go-version: ^1.13 id: go diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9888550be..e2b6a46be 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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2 + uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v2 with: go-version: ^1.13 id: go |
