From ab5a2eae5c7bdae9bfe108b8e636168fc6a706ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:20:55 +0000 Subject: [PATCH] chore(deps): bump umbrelladocs/action-linkspector from 1.3.4 to 1.3.5 Bumps [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/umbrelladocs/action-linkspector/releases) - [Commits](https://github.com/umbrelladocs/action-linkspector/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: umbrelladocs/action-linkspector dependency-version: 1.3.5 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 cf061e7..040b128 100644 --- a/.github/workflows/linkspector.yml +++ b/.github/workflows/linkspector.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Run linkspector - uses: umbrelladocs/action-linkspector@v1.3.4 + uses: umbrelladocs/action-linkspector@v1.3.5 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review