README example: actions/checkout@master -> actions/checkout@v2

This commit is contained in:
Gregor Martynus 2020-06-18 09:13:26 -07:00 committed by GitHub
parent cbff376e46
commit c41835d96c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@master
uses: actions/checkout@v2
################################
# Run Linter against code base #