Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent 43e8af7 commit 41eea2b
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/checkout@v2.3.3
uses: actions/checkout@v2.3.4
- 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/checkout@v2.3.3
uses: actions/checkout@v2.3.4
- 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/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: check
uses: grandcolline/golang-github-actions@v1.1.0
with:
Expand All @@ -57,7 +57,7 @@ jobs:
name: Go Vet with Shadow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: check
uses: grandcolline/golang-github-actions@v1.1.0
with:
Expand Down

0 comments on commit 41eea2b

Please sign in to comment.