Skip to content

Commit

Permalink
Change "master" to "v1" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 7, 2020
1 parent 665205c commit 01284a7
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 01284a7

Please sign in to comment.