chore(deps): update actions/checkout action to v3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-03-05 09:36:39 +00:00 committed by David Mehren
parent a850939acb
commit 8aee78c78e
4 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

View file

@ -20,7 +20,7 @@ jobs:
- yarn run lint - yarn run lint
- yarn run format - yarn run format
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js 17 - name: Use Node.js 17
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
@ -34,7 +34,7 @@ jobs:
matrix: matrix:
node-version: [12.x, 14.x, 16.x, 17.x ] node-version: [12.x, 14.x, 16.x, 17.x ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
@ -46,7 +46,7 @@ jobs:
integration-tests: integration-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Use Node.js 17 - name: Use Node.js 17
@ -64,7 +64,7 @@ jobs:
e2e-tests: e2e-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Use Node.js 17 - name: Use Node.js 17

View file

@ -19,7 +19,7 @@ jobs:
name: Njsscan code scanning name: Njsscan code scanning
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Scan with njsscan - name: Scan with njsscan
id: njsscan id: njsscan
uses: ajinabraham/njsscan-action@master uses: ajinabraham/njsscan-action@master

View file

@ -14,6 +14,6 @@ jobs:
reuse: reuse:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: REUSE Compliance Check - name: REUSE Compliance Check
uses: fsfe/reuse-action@v1 uses: fsfe/reuse-action@v1