Skip to content

Commit

Permalink
upgraded github actions back to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed May 4, 2023
1 parent b535853 commit f667478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
Expand Down

0 comments on commit f667478

Please sign in to comment.