Bump actions/checkout from 2 to 3.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.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/v2...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-05 23:23:23 +00:00
committed by Paul Tyng
parent 2f1f5b51da
commit f525ca7975
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
go-version: "${{ env.GO_VERSION }}"
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3.1.0"
- uses: "actions/cache@v3"
with:
path: "~/go/pkg/mod"