Skip to content

Commit

Permalink
actions: bump actions/checkout from v2.3.2 to v2.3.3 (#8)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.2...a81bbbf)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2020
1 parent c0551c5 commit 16b33e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: ${{ matrix.go_version }}
id: go
- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: Go mod verify
run: go mod verify
- name: Go vet normally
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: ${{ matrix.go_version }}
id: go
- name: Check out code
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: Go Test
run: |
go test -timeout 5m -race -v -covermode=atomic -coverprofile=coverage.out ./...
Expand All @@ -46,7 +46,7 @@ jobs:
name: StaticCheck
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: check
uses: grandcolline/[email protected]
with:
Expand All @@ -57,7 +57,7 @@ jobs:
name: Go Vet with Shadow
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: check
uses: grandcolline/[email protected]
with:
Expand Down

0 comments on commit 16b33e8

Please sign in to comment.