Skip to content

Commit

Permalink
Bump import gpg action version
Browse files Browse the repository at this point in the history
Using a newer version to get rid of deprecation notice for save-state
and set-output warnings in the v2 release.

Signed-off-by: Shawn Wang <[email protected]>
  • Loading branch information
wsquan171 committed Oct 18, 2023
1 parent 604d78d commit c6b2332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v2
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit c6b2332

Please sign in to comment.