mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 13:51:05 -05:00
Change "master" to "v1" in README
This commit is contained in:
parent
665205c325
commit
01284a7f89
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
lintAllTheThings:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v1
|
||||
- name: yaml-lint
|
||||
uses: ibiqlik/action-yamllint@v1
|
||||
with:
|
||||
|
@ -44,5 +44,5 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: yaml-lint
|
||||
uses: ibiqlik/action-yamllint@master
|
||||
uses: ibiqlik/action-yamllint@v1
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue