|
50 | 50 | with: |
51 | 51 | go-version-file: 'go.mod' |
52 | 52 | - name: Install GoReleaser |
53 | | - uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 |
| 53 | + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a |
54 | 54 | with: |
55 | 55 | version: "~1.17.1" |
56 | 56 | install-only: true |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain" |
104 | 104 | rm "$RUNNER_TEMP/cert.p12" |
105 | 105 | - name: Install GoReleaser |
106 | | - uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 |
| 106 | + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a |
107 | 107 | with: |
108 | 108 | version: "~1.17.1" |
109 | 109 | install-only: true |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | with: |
158 | 158 | go-version-file: 'go.mod' |
159 | 159 | - name: Install GoReleaser |
160 | | - uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 |
| 160 | + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a |
161 | 161 | with: |
162 | 162 | version: "~1.17.1" |
163 | 163 | install-only: true |
@@ -384,7 +384,7 @@ jobs: |
384 | 384 | git diff --name-status @{upstream}.. |
385 | 385 | fi |
386 | 386 | - name: Bump homebrew-core formula |
387 | | - uses: mislav/bump-homebrew-formula-action@8e2baa47daaa8db10fcdeb04105dfa6850eb0d68 |
| 387 | + uses: mislav/bump-homebrew-formula-action@56a283fa15557e9abaa4bdb63b8212abc68e655c |
388 | 388 | if: inputs.environment == 'production' && !contains(inputs.tag_name, '-') |
389 | 389 | with: |
390 | 390 | formula-name: gh |
|
0 commit comments