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

This commit is contained in:
Renovate Bot
2022-03-08 08:11:52 +00:00
committed by Joachim Van Herwegen
parent 9f6fdab0be
commit 196c529f6b
2 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
node-version: 16.x
- name: Check out the project
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
- name: Install dependencies and run build scripts