diff --git a/README.md b/README.md index 16ffad0..00eb325 100644 --- a/README.md +++ b/README.md @@ -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 ```