Skip to content

Commit

Permalink
Merge pull request #7 from ruzickap/test123
Browse files Browse the repository at this point in the history
Change "master" to "v1" in README
  • Loading branch information
ibiqlik authored May 31, 2020
2 parents 665205c + 01284a7 commit 7f68ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -44,5 +44,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@master
uses: ibiqlik/action-yamllint@v1
```

0 comments on commit 7f68ad7

Please sign in to comment.