From 99a4e5288d567f21704e2bcb3f4da8955ee375d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:55:45 +0000 Subject: [PATCH] Bump the all-dependencies group with 1 update Bumps the all-dependencies group with 1 update: [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action). Updates `wangyoucao577/go-release-action` from 1.42 to 1.46 - [Release notes](https://github.com/wangyoucao577/go-release-action/releases) - [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.42...v1.46) --- updated-dependencies: - dependency-name: wangyoucao577/go-release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... 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 6ded8b5..79617b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: goos: windows steps: - uses: actions/checkout@v4 - - uses: wangyoucao577/go-release-action@v1.42 + - uses: wangyoucao577/go-release-action@v1.46 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}