Update Github action and Go releaser (#400)

* update github action to 40.1.12

* update goreleaser to v6
This commit is contained in:
GokceGK 2024-06-12 11:00:34 +02:00 committed by GitHub
parent bd3e04e134
commit 205763c8c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:

View file

@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
uses: renovatebot/github-action@v40.1.12
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}