From 99ed03bcb1fe39281ba96aca91ab6981d283f4a8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Jun 2023 07:10:05 +0000
Subject: [PATCH] Bump percona-platform/checkout from 2 to 3

Bumps [percona-platform/checkout](https://github.com/percona-platform/checkout) from 2 to 3.
- [Release notes](https://github.com/percona-platform/checkout/releases)
- [Changelog](https://github.com/percona-platform/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/percona-platform/checkout/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 136dbecca..242e20d28 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
       with:
         go-version: ${{ matrix.go-version }}
     - name: Checkout code
-      uses: percona-platform/checkout@v2
+      uses: percona-platform/checkout@v3
     - name: Run checks
       run: |
         go build -modfile=tools/go.mod -o bin/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint