Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action digest to 2fce7c4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 622c44c commit 73d6b63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@1d44853e589689f0aaa1c397f991ecf92e9c0591
uses: goreleaser/goreleaser-action@2fce7c498615b38ed94cb8f69e27e1c6da358c69
with:
version: v1.7.0
args: release --rm-dist --release-notes=changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest-more-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
go-version: 1.19.1

- name: Build artifacts
uses: goreleaser/goreleaser-action@1d44853e589689f0aaa1c397f991ecf92e9c0591
uses: goreleaser/goreleaser-action@2fce7c498615b38ed94cb8f69e27e1c6da358c69
with:
version: v1.7.0
args: release --rm-dist --skip-publish --skip-validate --snapshot --skip-sbom --skip-sign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
go-version: 1.19.1

- name: Build artifacts
uses: goreleaser/goreleaser-action@1d44853e589689f0aaa1c397f991ecf92e9c0591
uses: goreleaser/goreleaser-action@2fce7c498615b38ed94cb8f69e27e1c6da358c69
with:
version: v1.9.2
args: release --rm-dist --skip-publish --skip-validate --snapshot --skip-sbom --skip-sign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
go-version: 1.19.1

- name: Build artifacts
uses: goreleaser/goreleaser-action@1d44853e589689f0aaa1c397f991ecf92e9c0591
uses: goreleaser/goreleaser-action@2fce7c498615b38ed94cb8f69e27e1c6da358c69
with:
version: v1.9.2
args: release --rm-dist --skip-publish --skip-validate --snapshot --skip-sbom --skip-sign
Expand Down

0 comments on commit 73d6b63

Please sign in to comment.