1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 06:03:10 +02:00

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

This commit is contained in:
XhmikosR
2019-12-13 15:59:37 +02:00
committed by GitHub
parent 346be3e7ea
commit c26636d56b

View File

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