use tag rather than sha for bootstrap
This commit is contained in:
parent
35a82ecf70
commit
d81d368d8a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
tar -xzvf dart-sass-1.36.0-linux-x64.tar.gz
|
||||
|
||||
- name: Install bootstrap
|
||||
run: git clone --depth=1 --branch 2bdbb42dcf6bfb99b5e9e5444d9e64589eb8c08f https://github.com/twbs/bootstrap.git
|
||||
run: git clone --depth=1 --branch v5.0.2 https://github.com/twbs/bootstrap.git
|
||||
|
||||
- name: Verify unchanged output
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user