Skip to content

Commit

Permalink
chore(cicd): bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent b4933be commit ecca9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
-
name: Build
uses: goreleaser/goreleaser-action@v4.1.0
uses: goreleaser/goreleaser-action@v4.1.1
with:
version: latest
args: build --snapshot --config=.github/goreleaser.yml --rm-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.semrel.outputs.version != ''
-
name: Release
uses: goreleaser/goreleaser-action@v4.1.0
uses: goreleaser/goreleaser-action@v4.1.1
if: steps.semrel.outputs.version != ''
with:
version: latest
Expand Down

0 comments on commit ecca9b4

Please sign in to comment.