Skip to content

Commit

Permalink
Use latest version of checkout action (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman authored Aug 31, 2021
1 parent ed2b6e9 commit 0d4bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
```
Expand Down

0 comments on commit 0d4bd66

Please sign in to comment.