Commit 7972d96 1 parent 3eec0e3 commit 7972d96 Copy full SHA for 7972d96
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
timeout-minutes : 15
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28
28
29
29
# https://github.com/magnetikonline/action-golang-cache
30
30
- name : Setup Golang with cache
31
- uses : magnetikonline/action-golang-cache@797f193169d3c8ba6f60d90f50ecdadd2583fbd8 # tag=v3
31
+ uses : magnetikonline/action-golang-cache@777394c89f8ed6fcf1649505277c46c1cd06494d # v4
32
32
with :
33
33
go-version-file : go.mod
34
34
35
35
- name : mage-tidy
36
- uses : magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2
36
+ uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3
37
37
with :
38
38
version : latest
39
39
args : init
40
40
41
41
- name : Import GPG key
42
42
id : import_gpg
43
- uses : crazy-max/ghaction-import-gpg@v5
43
+ uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
44
44
with :
45
45
gpg_private_key : ${{ secrets.TERRAFORM_REGISTRY_GPG_PRIVATE_KEY }}
46
46
passphrase : ${{ secrets.TERRAFORM_REGISTRY_PASSPHRASE }}
47
47
- name : Run GoReleaser
48
- uses : goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # v3.2 .0
48
+ uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
49
49
with :
50
50
version : latest
51
51
args : release --rm-dist
You can’t perform that action at this time.
0 commit comments