Skip to content

Commit 580d04f

Browse files
committed
Use actions/checkout@v1
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 21e1c45 commit 580d04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v1
2525

2626
- name: Run checks
2727
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: Check out code into the Go module directory
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v1
1717

1818
- name: Print version info
1919
id: semver

0 commit comments

Comments
 (0)