From 0d4bd669604e73d8103c9c87f3e652c30a3cab19 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 31 Aug 2021 02:29:11 -0700 Subject: [PATCH] Use latest version of checkout action (#30) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```