Skip to content

Commit 09e6625

Browse files
chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.4.0
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.0.0 to 6.4.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@286f3b1...e435ccd) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8335e3 commit 09e6625

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)