Skip to content

Commit

Permalink
Bump actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Nov 28, 2020
1 parent bae42a9 commit e808461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@9fbc767707c286e568c92927bbf57d76b73e0892
uses: actions/setup-go@v2
with:
go-version: 1.14
- name: Test
Expand Down

0 comments on commit e808461

Please sign in to comment.