From 59a8a91bd72358a017230670dc634a62126afb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 08:18:58 +0100 Subject: [PATCH] Bump wangyoucao577/go-release-action from 1.40 to 1.53 (#305) Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.40 to 1.53. - [Release notes](https://github.com/wangyoucao577/go-release-action/releases) - [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.40...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/release_arm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 482ba80..83437a0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: - name: checkout code uses: actions/checkout@v2 - name: build binaries - uses: wangyoucao577/go-release-action@v1.40 + uses: wangyoucao577/go-release-action@v1.53 with: github_token: ${{ secrets.GITHUB_TOKEN }} goversion: 1.17 diff --git a/.github/workflows/release_arm.yaml b/.github/workflows/release_arm.yaml index d322571..4bb0e33 100644 --- a/.github/workflows/release_arm.yaml +++ b/.github/workflows/release_arm.yaml @@ -17,7 +17,7 @@ jobs: - name: checkout code uses: actions/checkout@v2 - name: build binaries - uses: wangyoucao577/go-release-action@v1.40 + uses: wangyoucao577/go-release-action@v1.53 with: github_token: ${{ secrets.GITHUB_TOKEN }} goversion: 1.17