From fcb18893724797b4d37571e89da2524d922ecb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:03:56 +0000 Subject: [PATCH] ci(deps): bump justinbeckwith/linkinator-action from 1 to 1.5.4 Bumps [justinbeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) from 1 to 1.5.4. - [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/v1...v1.5.4) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a8ff495..b560ffea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Check markdown files for broken links - uses: justinbeckwith/linkinator-action@v1 + uses: justinbeckwith/linkinator-action@v1.5.4 with: paths: '*.md, base/**/*.md, sdk/**/*.md' verbosity: 'INFO'