Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 29, 2020
1 parent 2d293cd commit e3d0f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
go-version: 1.14.x
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install golangci-lint
run: |
go get github.com/golangci/golangci-lint/cmd/golangci-lint
Expand All @@ -27,7 +27,7 @@ jobs:
with:
go-version: 1.14.x
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Calc coverage
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand Down

0 comments on commit e3d0f7c

Please sign in to comment.