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](286f3b13b1...e435ccd777)
---
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>
This commit is contained in:
parent
c8335e3f55
commit
09e66252fd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deployment.yml
vendored
6
.github/workflows/deployment.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- name: Install GoReleaser
|
- name: Install GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
|
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
|
||||||
with:
|
with:
|
||||||
# The version is pinned not only for security purposes, but also to avoid breaking
|
# The version is pinned not only for security purposes, but also to avoid breaking
|
||||||
# our scripts, which rely on the specific file names generated by GoReleaser.
|
# our scripts, which rely on the specific file names generated by GoReleaser.
|
||||||
|
|
@ -111,7 +111,7 @@ jobs:
|
||||||
security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain"
|
security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain"
|
||||||
rm "$RUNNER_TEMP/cert.p12"
|
rm "$RUNNER_TEMP/cert.p12"
|
||||||
- name: Install GoReleaser
|
- name: Install GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
|
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
|
||||||
with:
|
with:
|
||||||
# The version is pinned not only for security purposes, but also to avoid breaking
|
# The version is pinned not only for security purposes, but also to avoid breaking
|
||||||
# our scripts, which rely on the specific file names generated by GoReleaser.
|
# our scripts, which rely on the specific file names generated by GoReleaser.
|
||||||
|
|
@ -173,7 +173,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- name: Install GoReleaser
|
- name: Install GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
|
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
|
||||||
with:
|
with:
|
||||||
# The version is pinned not only for security purposes, but also to avoid breaking
|
# The version is pinned not only for security purposes, but also to avoid breaking
|
||||||
# our scripts, which rely on the specific file names generated by GoReleaser.
|
# our scripts, which rely on the specific file names generated by GoReleaser.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue