Skip to content

Commit

Permalink
release: checkout@v4, setup-go@v5 and goreleaser-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Mar 26, 2024
1 parent d3372c0 commit eb28f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -9,13 +9,13 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
with:
workdir: cmd/getparty
version: latest
Expand Down

0 comments on commit eb28f5f

Please sign in to comment.