Merge pull request #114 from gr2m/patch-1

README example: `actions/checkout@master` -> `actions/checkout@v2`
This commit is contained in:
Zack Koppert 2020-06-18 10:33:28 -07:00 committed by GitHub
commit abf80cfa3a
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 #