aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_release0.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 10:03:49 -0700
committerGitHub <noreply@github.com>2023-09-04 10:03:49 -0700
commitf07876cb23bfbf435d91506d60bb5e7a50e5888e (patch)
tree1f98312b4de7bf2f46af1705b1cd1ba01f719784 /.github/workflows/binaries_release0.yml
parentf3dfeb373514ea5684b81d5290b86982ab9a533b (diff)
downloadseaweedfs-f07876cb23bfbf435d91506d60bb5e7a50e5888e.tar.xz
seaweedfs-f07876cb23bfbf435d91506d60bb5e7a50e5888e.zip
Bump actions/checkout from 3 to 4 (#4812)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout 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/binaries_release0.yml')
-rw-r--r--.github/workflows/binaries_release0.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binaries_release0.yml b/.github/workflows/binaries_release0.yml
index 245b247f4..38c233083 100644
--- a/.github/workflows/binaries_release0.yml
+++ b/.github/workflows/binaries_release0.yml
@@ -28,7 +28,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2
- name: Go Release Binaries Normal Volume Size
uses: wangyoucao577/go-release-action@2ac3035fa4c4feed6a8272ce278b0577b93cf8e5 # v1.22
with: