From 54691ebe11bb9ec32b4e35cd31fcb94a352de134 Mon Sep 17 00:00:00 2001 From: Christos Markou Date: Thu, 28 Nov 2024 16:08:29 +0200 Subject: [PATCH] Revert "Update dependency tcort/markdown-link-check to v3.13.6" (#36586) Reverts open-telemetry/opentelemetry-collector-contrib#36555. After the update of the version the check is failing: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12068945579/job/33655141758#step:10:16 The PR introduced the dependency had the version pinned: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/36552 --- .github/workflows/changelog.yml | 2 +- .github/workflows/check-links.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b9af5b10798e..97a9d78c2b3d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=github-releases depName=tcort/markdown-link-check - MD_LINK_CHECK_VERSION: "3.13.6" + MD_LINK_CHECK_VERSION: "3.12.2" concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 911cc4563eab..bbfd0bb2ed49 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -11,7 +11,7 @@ concurrency: env: # renovate: datasource=github-releases depName=tcort/markdown-link-check - MD_LINK_CHECK_VERSION: "3.13.6" + MD_LINK_CHECK_VERSION: "3.12.2" jobs: changedfiles: