From e8b4d131a4b9e2fdea145b0956d019539ff4b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:14:40 +0000 Subject: [PATCH] Bump ruzickap/action-my-broken-link-checker from 2.2.7 to 2.3.0 Bumps [ruzickap/action-my-broken-link-checker](https://github.com/ruzickap/action-my-broken-link-checker) from 2.2.7 to 2.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: ruzickap/action-my-broken-link-checker dependency-type: direct:production update-type: version-update:semver-minor ... 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..2106b07 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.3.0 with: url: https://sleepdiary.github.io/dashboard/ cmd_params: "--one-page-only --color=always"