Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fab0da7

Browse files
authored
ci: use checkout@v2
1 parent edd3a40 commit fab0da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: 1.13
4444

4545
- name: Checkout code
46-
uses: actions/checkout@v1
46+
uses: actions/checkout@v2
4747

4848
- name: Setup MySQL database
4949
run: mysql -u root -proot -e 'CREATE DATABASE dex;'

0 commit comments

Comments
 (0)