Skip to content

Commit

Permalink
Bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Jan 26, 2024
1 parent 9152219 commit d2ef620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
hashes: ${{ steps.hash.outputs.hashes }}
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '>=1.21.5'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run GoReleaser
id: run-goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit d2ef620

Please sign in to comment.