Skip to content

Commit

Permalink
Merge pull request #195 from gabriel-vasile/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
gabriel-vasile committed Oct 19, 2021
2 parents 2163896 + 7badf1c commit 7cdf684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Run linters
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Run tests
run: go test -v -race

Expand All @@ -44,7 +44,7 @@ jobs:
with:
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Calc coverage
run: |
go test -v -covermode=count -coverprofile=coverage.out
Expand Down

0 comments on commit 7cdf684

Please sign in to comment.