From b74a2626a991d676b6ec243a6458ff86cccf2d2d Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 11 Nov 2022 13:09:23 -0800 Subject: [PATCH] Bump checkout to v3 (#36) v2 is using a deprecated version of Node. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c93405b..4699466 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: lintAllTheThings: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: @@ -61,7 +61,7 @@ jobs: lintAllTheThings: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 ``` @@ -94,7 +94,7 @@ jobs: lintAllTheThings: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: yaml-lint uses: ibiqlik/action-yamllint@v3