Skip to content

chore(deps): bump go.opentelemetry.io/auto from 0.20.0 to 0.21.0 in /odiglet in the otel-dependencies group #4889

chore(deps): bump go.opentelemetry.io/auto from 0.20.0 to 0.21.0 in /odiglet in the otel-dependencies group

chore(deps): bump go.opentelemetry.io/auto from 0.20.0 to 0.21.0 in /odiglet in the otel-dependencies group #4889

Workflow file for this run

name: Check links
on:
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: lycheeverse/lychee-action@v2.3.0
with:
args: >-
-v -n "*.md" "**/*.md" "**/*.mdx"
--exclude "http://localhost*"
--exclude "^https://logs-prod.*"
--exclude ".*your-account.*"
--exclude ".*qryn.local.*"
--exclude "^https://d15jtxgb40qetw\\.cloudfront\\.net/.*"
fail: true