mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
README example: actions/checkout@master
-> actions/checkout@v2
This commit is contained in:
parent
cbff376e46
commit
c41835d96c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Run Linter against code base #
|
# Run Linter against code base #
|
||||||
|
|
Loading…
Reference in a new issue