From 005beca233663796629f34ff1da5e7f188b818df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Feb 2024 00:35:56 +0000 Subject: [PATCH] chore(deps): update goreleaser/goreleaser-action action to v5 (#626) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | action | major | `v4` -> `v5` | --- ### Release Notes
goreleaser/goreleaser-action (goreleaser/goreleaser-action) ### [`v5`](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) [Compare Source](https://github.com/goreleaser/goreleaser-action/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/tea/pulls/626 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/release-nightly.yml | 2 +- .gitea/workflows/release-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index e4f5dc9..83f4c5d 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -23,7 +23,7 @@ jobs: gpg_private_key: ${{ secrets.GPGSIGN_KEY }} passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} - name: goreleaser - uses: https://github.com/goreleaser/goreleaser-action@v4 + uses: https://github.com/goreleaser/goreleaser-action@v5 with: distribution: goreleaser-pro version: latest diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index d66c7b3..f801ec7 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -25,7 +25,7 @@ jobs: passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0 - name: goreleaser - uses: https://github.com/goreleaser/goreleaser-action@v4 + uses: https://github.com/goreleaser/goreleaser-action@v5 with: distribution: goreleaser-pro version: latest