Skip to content

Commit

Permalink
Bump umbrelladocs/action-linkspector in the version-updates group
Browse files Browse the repository at this point in the history
Bumps the version-updates group with 1 update: [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector).


Updates `umbrelladocs/action-linkspector` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/umbrelladocs/action-linkspector/releases)
- [Commits](UmbrellaDocs/action-linkspector@edd00b4...80f9386)

---
updated-dependencies:
- dependency-name: umbrelladocs/action-linkspector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 0ab2668 commit 2a1b759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
egress-policy: audit
- name: Check links in modified Markdown files
if: inputs.config-path == ''
uses: umbrelladocs/action-linkspector@edd00b453149a11ab419183d1e8e46159e609ec0 # v1.1.3
uses: umbrelladocs/action-linkspector@80f93864bef8919dc990cd59f7a9aab9361d688c # v1.2.0
with:
fail_on_error: true
filter_mode: file
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
- name: Check links in modified Markdown files using specified config file
if: inputs.config-path != ''
uses: umbrelladocs/action-linkspector@edd00b453149a11ab419183d1e8e46159e609ec0 # v1.1.3
uses: umbrelladocs/action-linkspector@80f93864bef8919dc990cd59f7a9aab9361d688c # v1.2.0
with:
config_file: ${{ inputs.config-path }}
fail_on_error: true
Expand Down

0 comments on commit 2a1b759

Please sign in to comment.