From 0b567f4839e75f204f5dac67ba2b63a385814ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 23:34:06 +0000 Subject: [PATCH] Bump umbrelladocs/action-linkspector from 1.3.5 to 1.3.6 Bumps [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/umbrelladocs/action-linkspector/releases) - [Commits](https://github.com/umbrelladocs/action-linkspector/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: umbrelladocs/action-linkspector dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0543e71..031122f 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@v4 - - uses: umbrelladocs/action-linkspector@v1.3.5 + - uses: umbrelladocs/action-linkspector@v1.3.6 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check