Skip to content

Commit cf53b76

Browse files
authored
Merge pull request cli#12354 from cli/dependabot/github_actions/goreleaser/goreleaser-action-6.4.0
chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.4.0
2 parents c8335e3 + 09e6625 commit cf53b76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version-file: 'go.mod'
5252
- name: Install GoReleaser
53-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
53+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
5454
with:
5555
# The version is pinned not only for security purposes, but also to avoid breaking
5656
# our scripts, which rely on the specific file names generated by GoReleaser.
@@ -111,7 +111,7 @@ jobs:
111111
security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain"
112112
rm "$RUNNER_TEMP/cert.p12"
113113
- name: Install GoReleaser
114-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
114+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
115115
with:
116116
# The version is pinned not only for security purposes, but also to avoid breaking
117117
# our scripts, which rely on the specific file names generated by GoReleaser.
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
go-version-file: 'go.mod'
175175
- name: Install GoReleaser
176-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
176+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
177177
with:
178178
# The version is pinned not only for security purposes, but also to avoid breaking
179179
# our scripts, which rely on the specific file names generated by GoReleaser.

0 commit comments

Comments
 (0)