mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01:00 
			
		
		
		
	chore(deps): update goreleaser/goreleaser-action action to v5 (#626)
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 <details> <summary>goreleaser/goreleaser-action (goreleaser/goreleaser-action)</summary> ### [`v5`](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) [Compare Source](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: https://gitea.com/gitea/tea/pulls/626 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
		| @@ -23,7 +23,7 @@ jobs: | |||||||
|           gpg_private_key: ${{ secrets.GPGSIGN_KEY }} |           gpg_private_key: ${{ secrets.GPGSIGN_KEY }} | ||||||
|           passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} |           passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} | ||||||
|       - name: goreleaser |       - name: goreleaser | ||||||
|         uses: https://github.com/goreleaser/goreleaser-action@v4 |         uses: https://github.com/goreleaser/goreleaser-action@v5 | ||||||
|         with: |         with: | ||||||
|             distribution: goreleaser-pro |             distribution: goreleaser-pro | ||||||
|             version: latest |             version: latest | ||||||
|   | |||||||
| @@ -25,7 +25,7 @@ jobs: | |||||||
|           passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} |           passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} | ||||||
|           fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0 |           fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0 | ||||||
|       - name: goreleaser |       - name: goreleaser | ||||||
|         uses: https://github.com/goreleaser/goreleaser-action@v4 |         uses: https://github.com/goreleaser/goreleaser-action@v5 | ||||||
|         with: |         with: | ||||||
|             distribution: goreleaser-pro |             distribution: goreleaser-pro | ||||||
|             version: latest |             version: latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Renovate Bot
					Renovate Bot