From ba3a2d2f88868465a6e73064cae2493f87e3fe52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:04:57 +0000 Subject: [PATCH] chore(deps): bump umbrelladocs/action-linkspector from 1.2.5 to 1.3.2 Bumps [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector) from 1.2.5 to 1.3.2. - [Release notes](https://github.com/umbrelladocs/action-linkspector/releases) - [Commits](https://github.com/umbrelladocs/action-linkspector/compare/v1.2.5...v1.3.2) --- updated-dependencies: - dependency-name: umbrelladocs/action-linkspector dependency-type: direct:production update-type: version-update:semver-minor ... 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 73d9529..4939e93 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.2.5 + uses: umbrelladocs/action-linkspector@v1.3.2 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review