Skip to content

Commit 440725e

Browse files
authored
Fix CI (#1611)
1 parent e816cb9 commit 440725e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Install markdown-link-check
18-
run: npm install -g markdown-link-check
18+
run: npm install -g markdown-link-check@3.11.2
1919

2020
- name: Run markdown-link-check
2121
run: |

opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ otel_unstable = []
4242

4343
[dev-dependencies]
4444
opentelemetry_sdk = { path = "../opentelemetry-sdk" } # for documentation tests
45-
criterion = { version = "0.4", features = ["html_reports"] }
45+
criterion = { version = "0.3" }
4646

4747
[[bench]]
4848
name = "noop_metrics"

0 commit comments

Comments
 (0)