Skip to content

Commit f509919

Browse files
authored
Release v537 (#303)
1 parent 0280e3e commit f509919

File tree

11 files changed

+22
-17
lines changed

11 files changed

+22
-17
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Lint Code Base
30-
uses: super-linter/super-linter/slim@v8.1.0
30+
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0.1.0
3131
env:
3232
DEFAULT_BRANCH: main
3333
FILTER_REGEX_EXCLUDE: .*css/.*
@@ -37,6 +37,5 @@ jobs:
3737
VALIDATE_ALL_CODEBASE: false
3838
VALIDATE_CHECKOV: false
3939
VALIDATE_CSS: false
40-
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4140
VALIDATE_JSON_PRETTIER: false
4241
VALIDATE_MARKDOWN: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434

3535
- name: Set up Node.js
36-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
3838
cache: npm
3939

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you'd prefer to load the bootstrap-ie11 CSS without JavaScript you could use
3737
The CSS can be loaded via a CDN:
3838

3939
```html
40-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.6/css/bootstrap-ie11.min.css" media="all and (-ms-high-contrast: active), (-ms-high-contrast: none)">
40+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.7/css/bootstrap-ie11.min.css" media="all and (-ms-high-contrast: active), (-ms-high-contrast: none)">
4141
```
4242

4343
### Splitting the `document.write` Method
@@ -48,7 +48,7 @@ To enhance the maintainability and readability of your HTML, you can split the `
4848
<script nomodule>
4949
window.MSInputMethodContext && document.documentMode &&
5050
document.write(
51-
'<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.6/css/bootstrap-ie11.min.css">'
51+
'<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.7/css/bootstrap-ie11.min.css">'
5252
+ '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js"><\/script>'
5353
+ '<script src="https://cdn.jsdelivr.net/npm/ie11-custom-properties@4.1.0"><\/script>'
5454
+ '<script src="https://cdn.jsdelivr.net/npm/element-qsa-scope@1.1.0"><\/script>'

css/bootstrap-ie11.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-ie11.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)