1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

CI: Use checkout@v2 and setup-node@v2 (#617)

- actions/checkout v2 is faster by doing a shallow clone
- actions/setup-node v2 improves reliability
This commit is contained in:
Ewout ter Hoeven 2021-01-26 12:22:02 +01:00 committed by GitHub
parent 5ce1ef1683
commit a9303af9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12