From aa58aa90d62ac572fdb79755c7f5bbb7b7e510cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 05:52:18 +0000 Subject: [PATCH] Bump JustinBeckwith/linkinator-action from 2.4.2 to 2.4.5 Bumps [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) from 2.4.2 to 2.4.5. - [Release notes](https://github.com/justinbeckwith/linkinator-action/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/justinbeckwith/linkinator-action/compare/v2.4.2...v2.4.5) --- updated-dependencies: - dependency-name: JustinBeckwith/linkinator-action dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checkLinks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkLinks.yml b/.github/workflows/checkLinks.yml index 922f812..3f2470d 100644 --- a/.github/workflows/checkLinks.yml +++ b/.github/workflows/checkLinks.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7.0.1 - - uses: JustinBeckwith/linkinator-action@v2.4.2 + - uses: JustinBeckwith/linkinator-action@v2.4.5 with: paths: README.md CHANGELOG.md