Skip to content

Commit 55edaa0

Browse files
Bump percona-platform/checkout from 2 to 3 (#466)
Bumps percona-platform/checkout from 2 to 3. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f947c31 commit 55edaa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "$HOME/gotip/bin" >> $GITHUB_PATH
6161
6262
- name: Check out code into the Go module directory
63-
uses: percona-platform/checkout@v2
63+
uses: percona-platform/checkout@v3
6464

6565
- name: Initialize dependencies and linters
6666
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout
16-
uses: percona-platform/checkout@v2
16+
uses: percona-platform/checkout@v3
1717
with:
1818
fetch-depth: 0
1919
-

0 commit comments

Comments
 (0)