aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-02-03 21:55:24 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-02-03 21:55:24 +0100
commit582ab20e9da76a8dcd3eaa93744d889abb6d62f6 (patch)
tree2bf2ea8f3147bc2f53414fb56ec95d2b334899bf /.github
parent4503cff51a5a075291ac63d1ae5472ae49b97679 (diff)
downloadnextcloud-server-582ab20e9da76a8dcd3eaa93744d889abb6d62f6.tar.gz
nextcloud-server-582ab20e9da76a8dcd3eaa93744d889abb6d62f6.zip
Use checkout v2 for npm build action
Saves checking out the whole tree. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 6b65c34070b..b666ed7c3f4 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -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: