Bump actions to v3 (#314)

This commit is contained in:
Dmitry Shibanov 2022-04-07 12:25:49 +02:00 committed by GitHub
commit cd35109007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 63 additions and 62 deletions

View file

@ -19,9 +19,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.JS 16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm