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:
committed by
Paul Tyng
parent
2f1f5b51da
commit
f525ca7975
2
.github/workflows/generate.yaml
vendored
2
.github/workflows/generate.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user