From d5bc4ece6e726262ba408bb8e40afb6ca0cd4d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 09:18:25 +0000 Subject: [PATCH] Bump ruzickap/action-my-broken-link-checker from 2.2.7 to 2.2.8 Bumps [ruzickap/action-my-broken-link-checker](https://github.com/ruzickap/action-my-broken-link-checker) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/ruzickap/action-my-broken-link-checker/releases) - [Changelog](https://github.com/ruzickap/action-my-broken-link-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruzickap/action-my-broken-link-checker/compare/v2.2.7...v2.2.8) --- updated-dependencies: - dependency-name: ruzickap/action-my-broken-link-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index da0b444..6b8b725 100644 --- a/.github/workflows/check-broken-links.yml +++ b/.github/workflows/check-broken-links.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check - uses: ruzickap/action-my-broken-link-checker@v2.2.7 + uses: ruzickap/action-my-broken-link-checker@v2.2.8 with: url: https://sleepdiary.github.io/dashboard/ cmd_params: "--one-page-only --color=always"