Bump to actions/checkout@v3 (#437)

This commit is contained in:
Peter Mescalchin 2022-04-01 19:13:52 +11:00 committed by GitHub
parent 546fd45825
commit 75716637dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 30 additions and 26 deletions

View file

@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node 16.x
uses: actions/setup-node@v3
with: