diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-10 11:47:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-10 11:47:15 -0700 |
| commit | c4fa148ee6e98c1e85dff26cd1f3361035acb3fd (patch) | |
| tree | aa12c19ef0a747f8d4857e0385776717192f8d3f /.github/workflows/binaries_release3.yml | |
| parent | 6bbc1d402655a40d2936b722f461947daaeda72c (diff) | |
| download | seaweedfs-c4fa148ee6e98c1e85dff26cd1f3361035acb3fd.tar.xz seaweedfs-c4fa148ee6e98c1e85dff26cd1f3361035acb3fd.zip | |
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#3815)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [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/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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_release3.yml')
| -rw-r--r-- | .github/workflows/binaries_release3.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binaries_release3.yml b/.github/workflows/binaries_release3.yml index 339a408d9..4d17eb097 100644 --- a/.github/workflows/binaries_release3.yml +++ b/.github/workflows/binaries_release3.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@2541b1294d2704b0964813337f33b291d3f8596b # v2 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2 - name: Go Release Binaries Normal Volume Size uses: wangyoucao577/go-release-action@156f172aa3d27f3879a47cad8810b366c299e9e9 # v1.22 with: |
