From 20f79664f0ee76979e615ba2710862ca36350400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 08:04:48 -0700 Subject: [PATCH] chore(deps): update actions/checkout action to v3 (#125) --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 59834d0..a7e95d2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ba6ea16..25c1de5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: setup yarn-cache @@ -48,7 +48,7 @@ jobs: matrix: node-version: [12, 14, 16] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: setup yarn-cache @@ -91,7 +91,7 @@ jobs: matrix: os: ['macos-latest', 'windows-latest'] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: fetch-depth: 1 - name: setup yarn-cache @@ -120,7 +120,7 @@ jobs: - test-nodejs - test-platform steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: setup yarn-cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"