build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#278)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0)

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

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

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-12-27 00:13:08 +03:00
committed by GitHub
parent 128baedbef
commit 33d5faee0b
3 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: setup
uses: actions/setup-go@v3
with: