Skip to content

Commit d18b9c0

Browse files
authored
Revert "Update Github action and Go releaser (#400)" (#405)
This reverts commit 205763c.
1 parent a5fd87c commit d18b9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v6
35+
uses: goreleaser/goreleaser-action@v5
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/[email protected].12
16+
uses: renovatebot/[email protected].11
1717
with:
1818
configurationFile: .github/renovate.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)