From 92a5af3bf515bb22b1accee950d4e9f05aa29b1f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 22:21:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/build.yml | 2 +- .github/workflows/npm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e2829b..76cdddc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index baedab9..8e636c8 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -15,7 +15,7 @@ jobs: node-version: [14.x, 16.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3