Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 3, 2021
1 parent b3aea2c commit f244036
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.15.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.15.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 f244036

Please sign in to comment.