mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Update README.md (#2610)
update example from actions/checkout@v2 to actions/checkout@v3
This commit is contained in:
parent
d8a6ec3c52
commit
b80c79d647
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ jobs:
|
|||
# Checkout the code base #
|
||||
##########################
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# Full git history is needed to get a proper list of changed files within `super-linter`
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in a new issue