From b39fe05aa777df64c4f152360a33bdfebc8a17b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:43:16 +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 2700464c0..beea2c1fa 100644 --- a/.github/workflows/lint-info-xml.yml +++ b/.github/workflows/lint-info-xml.yml @@ -34,7 +34,7 @@ jobs: run: wget https://raw.githubusercontent.com/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