Skip to content

Commit 95e106d

Browse files
authored
Merge pull request #12 from matlab-actions/bootstrap
Update to bootstrap 5.3.7
2 parents 2eedb18 + 6541194 commit 95e106d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" href="assets/favicon.ico" />
1111
<title>GitHub Actions Workflow Generator for MATLAB</title>
1212
<link
13-
href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css"
13+
href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/bootstrap.min.css"
1414
rel="stylesheet" />
1515
<link href="style.css" rel="stylesheet" />
1616
</head>
@@ -207,7 +207,7 @@ <h2>Generate a GitHub Actions Workflow for MATLAB</h2>
207207
The MathWorks, Inc.
208208
</p>
209209
</footer>
210-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js"></script>
210+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/js/bootstrap.bundle.min.js"></script>
211211
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js-yaml.min.js"></script>
212212
<script type="module" src="scripts/main.js"></script>
213213
<script>

0 commit comments

Comments
 (0)