From 2e57034fa46e7462f7e45aa35ab0fad94637a57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:32:39 +0000 Subject: [PATCH] chore(deps): bump umbrelladocs/action-linkspector from 1.3.5 to 1.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/linkspector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkspector.yml b/.github/workflows/linkspector.yml index 39df923255..9586eab128 100644 --- a/.github/workflows/linkspector.yml +++ b/.github/workflows/linkspector.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run linkspector - uses: umbrelladocs/action-linkspector@v1.3.5 + uses: umbrelladocs/action-linkspector@v1.3.6 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check