Bump to actions/checkout@v3

This commit is contained in:
Peter Mescalchin 2022-04-01 13:51:28 +11:00
parent 546fd45825
commit 241e61ca3b
7 changed files with 29 additions and 25 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm ci
- name: Install licensed
run: |