Skip to content

Commit

Permalink
chore(deps): bump goreleaser/goreleaser-action from 4 to 5
Browse files Browse the repository at this point in the history
Merge pull request #108 from CrowdStrike/dependabot/github_actions/goreleaser/goreleaser-action-5
  • Loading branch information
dylan-bourque authored Sep 18, 2023
2 parents c1656a3 + f78d8dd commit 93cfb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-go@v4
-
name: Run 'goreleaser check'
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 93cfb28

Please sign in to comment.