Skip to content

Commit d83423f

Browse files
Bump ruzickap/action-my-broken-link-checker from 2 to 3 (#808)
Bumps [ruzickap/action-my-broken-link-checker](https://github.com/ruzickap/action-my-broken-link-checker) from 2 to 3. - [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](ruzickap/action-my-broken-link-checker@v2...v3) --- updated-dependencies: - dependency-name: ruzickap/action-my-broken-link-checker dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ea9c04 commit d83423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Broken Link Check
14-
uses: ruzickap/action-my-broken-link-checker@v2
14+
uses: ruzickap/action-my-broken-link-checker@v3
1515
with:
1616
url: https://muse-os.readthedocs.io/en/latest/
1717
cmd_params: '--timeout=20 --buffer-size=8192 --max-connections=3 --color=always --skip-tls-verification --header="User-Agent:curl/7.54.0"' # muffet parameters

0 commit comments

Comments
 (0)