Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Bump percona-platform/checkout from 2 to 3 #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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/
Expand Down Expand Up @@ -258,7 +258,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
Expand Down Expand Up @@ -400,7 +400,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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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

Expand Down