1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

CI: update to actions/checkout@v2 (#29847)

This commit is contained in:
XhmikosR
2019-12-13 15:59:37 +02:00
parent b77af55325
commit 97e2e0da7c

View File

@@ -15,9 +15,7 @@ jobs:
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v1 uses: actions/checkout@v2
with:
fetch-depth: 3
- name: Set Node.js version - name: Set Node.js version
uses: actions/setup-node@v1 uses: actions/setup-node@v1