Skip to content

Commit

Permalink
build(deps): bump korelstar/xmllint-problem-matcher from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [korelstar/xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/korelstar/xmllint-problem-matcher/releases)
- [Commits](korelstar/xmllint-problem-matcher@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: korelstar/xmllint-problem-matcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JKatzwinkel committed Oct 8, 2023
1 parent 07aeb75 commit f8a108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install xmllint
run: sudo apt update && sudo apt-get install --no-install-recommends -y libxml2-utils

- uses: korelstar/xmllint-problem-matcher@v1.1.0
- uses: korelstar/xmllint-problem-matcher@v1.2.0

- name: validate HTML templates
run: find src/main/resources/{templates,pages} -type f -iname "*.html" -exec xmllint --noout {} \;
Expand Down

0 comments on commit f8a108d

Please sign in to comment.