From 3542639c85d5dbf397535c6aca2035726084add4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:55:44 +0000 Subject: [PATCH] Chore(deps): Bump ChristophWurst/xmllint-action from 1.1 to 1.2 Bumps [ChristophWurst/xmllint-action](https://github.com/christophwurst/xmllint-action) from 1.1 to 1.2. - [Release notes](https://github.com/christophwurst/xmllint-action/releases) - [Commits](https://github.com/christophwurst/xmllint-action/compare/39155a91429af431d65fafc21fa52ba5c4f5cb71...36f2a302f84f8c83fceea0b9c59e1eb4a616d3c1) --- updated-dependencies: - dependency-name: ChristophWurst/xmllint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-info-xml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-info-xml.yml b/.github/workflows/lint-info-xml.yml index a1b6ec5..984ebdf 100644 --- a/.github/workflows/lint-info-xml.yml +++ b/.github/workflows/lint-info-xml.yml @@ -33,7 +33,7 @@ jobs: run: wget https://github.com/raw/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd - name: Lint info.xml - uses: ChristophWurst/xmllint-action@39155a91429af431d65fafc21fa52ba5c4f5cb71 # v1.1 + uses: ChristophWurst/xmllint-action@36f2a302f84f8c83fceea0b9c59e1eb4a616d3c1 # v1.2 with: xml-file: ./appinfo/info.xml xml-schema-file: ./info.xsd