update actions/checkout to v2 (#37)

This commit is contained in:
Naoki Oketani
2020-01-27 20:48:43 +09:00
committed by GitHub
parent 02cdae80b6
commit 6c003b8ee4
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ jobs:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.1.0