mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
use latest version of actions/checkout in README (#3186)
This commit is contained in:
parent
073eae19f7
commit
5cdfa85ecf
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,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