Skip to content

Commit

Permalink
fix(ci): workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 12, 2021
1 parent bb01cbf commit d608abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
with:
fetch-depth: 0
-
Expand All @@ -24,7 +24,7 @@ jobs:
go-version: 1.15
-
name: Cache Go modules
uses: actions/cache@v2.1.5
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -37,7 +37,7 @@ jobs:
go test -v ./...
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.5.0
uses: goreleaser/goreleaser-action@v2
if: success() && startsWith(github.ref, 'refs/tags/')
with:
version: latest
Expand Down

0 comments on commit d608abb

Please sign in to comment.