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

Commit

Permalink
Bump percona-platform/checkout from 2 to 3
Browse files Browse the repository at this point in the history
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](percona-platform/checkout@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>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 73fd42a commit 596c6a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

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

Expand Down

0 comments on commit 596c6a1

Please sign in to comment.