Skip to content

Commit

Permalink
Fix actions version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 24, 2019
1 parent 8faec35 commit 900bdc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
uses: actions/checkout@v1
-
name: Set up Go
uses: actions/setup-go@master
uses: actions/setup-go@v1
with:
go-version: 1.13.x
-
name: GoReleaser
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ 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
with:
go-version: 1.13.x
-
Expand Down

0 comments on commit 900bdc2

Please sign in to comment.