We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f947c31 commit 55edaa0Copy full SHA for 55edaa0
.github/workflows/go.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "$HOME/gotip/bin" >> $GITHUB_PATH
61
62
- name: Check out code into the Go module directory
63
- uses: percona-platform/checkout@v2
+ uses: percona-platform/checkout@v3
64
65
- name: Initialize dependencies and linters
66
run: |
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
-
15
name: Checkout
16
17
with:
18
fetch-depth: 0
19
0 commit comments