Merge pull request #19286 from nextcloud/actions/checkout/node/v2

Use checkout v2 for npm build action
This commit is contained in:
Roeland Jago Douma 2020-02-04 08:49:41 +01:00 committed by GitHub
commit 1ae1d95d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with: