From 92f9049d93b23ea3ca74bdd3b8e2792c7a6c0c6c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:32:27 +0000 Subject: [PATCH] chore: update actions/checkout action to v3 --- .github/workflows/npt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npt.yml b/.github/workflows/npt.yml index 16dca17..c5b1c62 100644 --- a/.github/workflows/npt.yml +++ b/.github/workflows/npt.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: 14