Use latest version of checkout action (#30)

This commit is contained in:
Jeff Widman 2021-08-31 02:29:11 -07:00 committed by GitHub
parent ed2b6e9115
commit 0d4bd66960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```