File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v2
18+ uses : actions/setup-go@v3.0.0
1919 with :
2020 go-version : 1.17
2121
2222 - name : Import GPG key
2323 id : import_gpg
24- uses : hashicorp /ghaction-import-gpg@v2 .1.0
25- env :
26- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
27- PASSPHRASE : ${{ secrets.PASSPHRASE }}
24+ uses : crazy-max /ghaction-import-gpg@v5 .1.0
25+ with :
26+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
27+ passphrase : ${{ secrets.PASSPHRASE }}
2828
2929 - name : Run GoReleaser
30- uses : goreleaser/goreleaser-action@v2.7 .0
30+ uses : goreleaser/goreleaser-action@v3.0 .0
3131 with :
3232 version : latest
3333 args : release --rm-dist
You can’t perform that action at this time.
0 commit comments