build(deps): bump actions/checkout from 3.0.0 to 3.0.1 (#5324)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a12a3943b4...dcd71f6466)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-04-18 06:36:06 -07:00
committed by GitHub
parent 1a79750960
commit 11f5bc2e64
11 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ jobs:
name: Go Fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: find . -not -path '*/\.git/*' -type f -name '*.go' -exec gofmt -s -w {} \+
- uses: reviewdog/action-suggester@ecf27b2b88b6d83028e599a46517b4a1c18a72c6
@@ -20,6 +20,6 @@ jobs:
name: Whitespace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- run: find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i 's/[[:space:]]\{1,\}$//' {} \+
- uses: reviewdog/action-suggester@ecf27b2b88b6d83028e599a46517b4a1c18a72c6