From a62e1a692ed4e20445427bb0bb8454fc62113fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:05:07 +0000 Subject: [PATCH] build(deps): bump wangyoucao577/go-release-action from 1.34 to 1.53 Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.34 to 1.53. - [Release notes](https://github.com/wangyoucao577/go-release-action/releases) - [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.34...v1.53) --- updated-dependencies: - dependency-name: wangyoucao577/go-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7684421..889ac4c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: if: matrix.goos == 'windows' run: echo "OS_NAME=Win" >> $GITHUB_ENV - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.34 + - uses: wangyoucao577/go-release-action@v1.53 with: md5sum: false extra_files: README.md LICENSE env.example