Bump actions/checkout@v3

This commit is contained in:
Peter Mescalchin 2022-03-09 12:17:17 +11:00
parent 09a5d6a283
commit 8062e2ab19
5 changed files with 8 additions and 8 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: |