We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fd87c commit d18b9c0Copy full SHA for d18b9c0
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
34
- name: Run GoReleaser
35
- uses: goreleaser/goreleaser-action@v6
+ uses: goreleaser/goreleaser-action@v5
36
37
args: release --clean
38
env:
.github/workflows/renovate.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Self-hosted Renovate
16
- uses: renovatebot/[email protected].12
+ uses: renovatebot/[email protected].11
17
18
configurationFile: .github/renovate.json
19
token: ${{ secrets.RENOVATE_TOKEN }}
0 commit comments