From 51ae4aad83e4553ab42c1bbd623915cd4fcde9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:52:10 +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/go-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index ca126d1a3eec..5a347e195059 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Enable problem matchers in repository shell: bash @@ -96,7 +96,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Enable problem matchers in repository shell: bash @@ -143,7 +143,7 @@ jobs: bash - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Enable problem matchers in repository shell: bash