mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +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:
parent
5ce1ef1683
commit
a9303af9a9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user