From af24caedbfaa8c8b3ccfc3128752f7eb22de623c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:57:16 +0000 Subject: [PATCH] chore(deps): bump wangyoucao577/go-release-action from 1.50 to 1.52 Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.50 to 1.52. - [Release notes](https://github.com/wangyoucao577/go-release-action/releases) - [Commits](https://github.com/wangyoucao577/go-release-action/compare/8fa1e8368c8465264d64e0198208e10f71474c87...2aa2977ad6a4534f9179e22bd0ff146a1e1d3466) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1e0cbf..0f4a3ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: wangyoucao577/go-release-action@8fa1e8368c8465264d64e0198208e10f71474c87 # v1.50 + - uses: wangyoucao577/go-release-action@2aa2977ad6a4534f9179e22bd0ff146a1e1d3466 # v1.52 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}