aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_telemetry.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-30 14:56:54 -0700
committerGitHub <noreply@github.com>2025-06-30 14:56:54 -0700
commitec4ef30483c6ff81e01b88737b3e879367d195ae (patch)
tree1ede083b106faec0947d8d717a545b3f345c1182 /.github/workflows/deploy_telemetry.yml
parent73112191e23a6780ff3968d5f3a1ad2f16c41157 (diff)
downloadseaweedfs-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>
Diffstat (limited to '.github/workflows/deploy_telemetry.yml')
-rw-r--r--.github/workflows/deploy_telemetry.yml2
1 files changed, 1 insertions, 1 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'