Skip to content

Commit e65d44d

Browse files
authored
Use @v2 instead of @master (#64)
1 parent b007e7b commit e65d44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@master
22+
- uses: actions/checkout@v2
2323
with:
2424
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
2525
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

0 commit comments

Comments
 (0)