aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-08 09:26:45 -0800
committerGitHub <noreply@github.com>2025-12-08 09:26:45 -0800
commit887c9ee97ac49f1bf4f1be27cef9e7ec1d1ed850 (patch)
treeed6673b8c202de218e567c044d38a4c50dcf9d3a
parent0a0eb21b860b272d5d36585717f16db5b79dbbdd (diff)
downloadseaweedfs-887c9ee97ac49f1bf4f1be27cef9e7ec1d1ed850.tar.xz
seaweedfs-887c9ee97ac49f1bf4f1be27cef9e7ec1d1ed850.zip
chore(deps): bump actions/setup-go from 5 to 6 (#7656)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' 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/sftp-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sftp-tests.yml b/.github/workflows/sftp-tests.yml
index 80a1b9929..233961299 100644
--- a/.github/workflows/sftp-tests.yml
+++ b/.github/workflows/sftp-tests.yml
@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go ${{ env.GO_VERSION }}
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}