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