From 247b5f4cbbc4f37f8f0715ef5a1868faf83e2fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 04:01:11 +0000 Subject: [PATCH] Bump umbrelladocs/action-linkspector from 1.3.7 to 1.4.0 Bumps [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector) from 1.3.7 to 1.4.0. - [Release notes](https://github.com/umbrelladocs/action-linkspector/releases) - [Commits](https://github.com/umbrelladocs/action-linkspector/compare/v1.3.7...v1.4.0) --- updated-dependencies: - dependency-name: umbrelladocs/action-linkspector dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-md-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 507ba58..016aa16 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5 - - uses: umbrelladocs/action-linkspector@v1.3.7 + - uses: umbrelladocs/action-linkspector@v1.4.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check