From 13e26e2f87acc99e90b06e40ad0d10ea05379c4f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 06:12:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/build.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ce292b4..ef5516ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} on {{ matrix.os }} uses: actions/setup-node@v2 with: @@ -52,7 +52,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Node.js uses: actions/setup-node@v2 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a9faecf1..7ca1f50e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL