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 08:28:27 +00:00 committed by David Mehren
parent a310bfa6a9
commit 1c81ea3ede

View file

@ -17,7 +17,7 @@ jobs:
- shellcheck bin/heroku bin/setup - shellcheck bin/heroku bin/setup
- sudo apt install -y jq && yarn run jsonlint - sudo apt install -y jq && yarn run jsonlint
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js 16 - name: Use Node.js 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
@ -32,7 +32,7 @@ jobs:
matrix: matrix:
node-version: [12, 14, 16] node-version: [12, 14, 16]
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@v2 uses: actions/setup-node@v2
with: with:
@ -47,7 +47,7 @@ jobs:
matrix: matrix:
node-version: [12, 14, 16] node-version: [12, 14, 16]
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@v2 uses: actions/setup-node@v2
with: with: