Skip to content

Commit ed31e2f

Browse files
chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.0.0 to 7.2.1. - [Commits](goreleaser/goreleaser-action@ec59f47...1a80836) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c7c88c commit ed31e2f

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@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
55+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
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@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
116+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
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@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
178+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
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)