Skip to content

Commit 205763c

Browse files
authored
Update Github action and Go releaser (#400)
* update github action to 40.1.12 * update goreleaser to v6
1 parent bd3e04e commit 205763c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
- name: Run GoReleaser
35-
uses: goreleaser/goreleaser-action@v5
35+
uses: goreleaser/goreleaser-action@v6
3636
with:
3737
args: release --clean
3838
env:

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Self-hosted Renovate
16-
uses: renovatebot/github-action@v40.1.11
16+
uses: renovatebot/github-action@v40.1.12
1717
with:
1818
configurationFile: .github/renovate.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)