Skip to content

Commit

Permalink
Update CI Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
speatzle committed Apr 5, 2024
1 parent 774fc8b commit c5e1dcb
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:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21
-
Expand All @@ -35,7 +35,7 @@ jobs:
ls
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit c5e1dcb

Please sign in to comment.