Skip to content

Commit 6bbaae0

Browse files
chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (cli#13461)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@1a80836...5daf1e9) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0945982 commit 6bbaae0

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
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
go-version-file: 'go.mod'
5454
- name: Install GoReleaser
55-
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
55+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
5656
with:
5757
# The version is pinned not only for security purposes, but also to avoid breaking
5858
# our scripts, which rely on the specific file names generated by GoReleaser.
@@ -113,7 +113,7 @@ jobs:
113113
security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain"
114114
rm "$RUNNER_TEMP/cert.p12"
115115
- name: Install GoReleaser
116-
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
116+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
117117
with:
118118
# The version is pinned not only for security purposes, but also to avoid breaking
119119
# our scripts, which rely on the specific file names generated by GoReleaser.
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
go-version-file: 'go.mod'
177177
- name: Install GoReleaser
178-
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
178+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
179179
with:
180180
# The version is pinned not only for security purposes, but also to avoid breaking
181181
# our scripts, which rely on the specific file names generated by GoReleaser.

0 commit comments

Comments
 (0)