mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 22:00:57 -05:00
Use latest version of checkout action (#30)
This commit is contained in:
parent
ed2b6e9115
commit
0d4bd66960
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ jobs:
|
||||||
lintAllTheThings:
|
lintAllTheThings:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: yaml-lint
|
- name: yaml-lint
|
||||||
uses: ibiqlik/action-yamllint@v3
|
uses: ibiqlik/action-yamllint@v3
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue