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 Jan 13, 2023
1 parent c25978e commit 18a9a99
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 @@ -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

0 comments on commit 18a9a99

Please sign in to comment.