mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 15:11:09 -05:00
Merge pull request #114 from gr2m/patch-1
README example: `actions/checkout@master` -> `actions/checkout@v2`
This commit is contained in:
commit
abf80cfa3a
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue