[workflows] Update actions/checkout action to v2 (#147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a446fedd2e
commit
d43f62aef6
|
@ -14,7 +14,7 @@ jobs:
|
|||
image: ixsystems/catalog_validation:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
name: Checkout
|
||||
- name: Validate catalog format
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue