Skip to content

Commit

Permalink
ci: bump github release workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Aug 23, 2024
1 parent 4d4176f commit 1f68c96
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 @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '>=1.22.3'
cache: true
Expand All @@ -27,7 +27,7 @@ jobs:
go mod tidy
go test -v ./...
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 1f68c96

Please sign in to comment.