Skip to content

Commit

Permalink
Use v1 as recommended by GitHub (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max authored and caarlos0 committed Oct 9, 2019
1 parent 2403a40 commit 9423bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/content/actions.md
Expand Up @@ -22,13 +22,13 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v1
-
name: Set up Go
uses: actions/setup-go@master
uses: actions/setup-go@v1
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release
Expand Down

0 comments on commit 9423bb2

Please sign in to comment.