From 4da6db0e7a4211113d724f05f12c76066ea0a2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:05:48 +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] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/cleanup.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20c06fc0..482a9c40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: echo "GO_VERSION=$(go version)" >> $GITHUB_ENV - name: Check out code into the Go module directory - uses: percona-platform/checkout@v2 + uses: percona-platform/checkout@v3 # https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources # https://minikube.sigs.k8s.io/docs/drivers/none/ @@ -239,7 +239,7 @@ jobs: echo "GO_VERSION=$(go version)" >> $GITHUB_ENV - name: Check out code into the Go module directory - uses: percona-platform/checkout@v2 + uses: percona-platform/checkout@v3 - name: Enable Go modules cache uses: percona-platform/cache@v2 @@ -379,7 +379,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory - uses: percona-platform/checkout@v2 + uses: percona-platform/checkout@v3 with: lfs: true diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 85b8f511..7694a1af 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -52,7 +52,7 @@ jobs: echo "$HOME/gotip/bin" >> $GITHUB_PATH - name: Check out code into the Go module directory - uses: percona-platform/checkout@v2 + uses: percona-platform/checkout@v3 with: lfs: true