From 1c81ea3ede46f0f1263dbfdb917c5a944357070d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Mar 2022 08:28:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 Signed-off-by: Renovate Bot --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d75a1a459..eaf81ca16 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,7 +17,7 @@ jobs: - shellcheck bin/heroku bin/setup - sudo apt install -y jq && yarn run jsonlint steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js 16 uses: actions/setup-node@v2 with: @@ -32,7 +32,7 @@ jobs: matrix: node-version: [12, 14, 16] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: @@ -47,7 +47,7 @@ jobs: matrix: node-version: [12, 14, 16] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: