We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0f1e7 commit e64a904Copy full SHA for e64a904
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
goreleaser:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
with:
22
# Allow goreleaser to access older tag information.
23
fetch-depth: 0
@@ -26,13 +26,13 @@ jobs:
26
go-version-file: 'go.mod'
27
cache: true
28
- name: Import GPG key
29
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
30
id: import_gpg
31
32
gpg_private_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
33
passphrase: ${{ secrets.KF_GPG_PASSPHRASE }}
34
- name: Run GoReleaser
35
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
36
37
args: release --clean
38
env:
0 commit comments