From a6500e277f8bdebc43fccf1ef523a517048b23ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:13:03 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-check.yaml | 2 +- .github/workflows/gen-check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-check.yaml b/.github/workflows/dependabot-check.yaml index 9f83f88..fb8cd6e 100644 --- a/.github/workflows/dependabot-check.yaml +++ b/.github/workflows/dependabot-check.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Run check diff --git a/.github/workflows/gen-check.yaml b/.github/workflows/gen-check.yaml index 36d4075..d7f63ed 100644 --- a/.github/workflows/gen-check.yaml +++ b/.github/workflows/gen-check.yaml @@ -13,7 +13,7 @@ jobs: with: go-version: ${{ env.DEFAULT_GO_VERSION }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Generate