From 845bb3aebe18187c39187a603531d3421cefd117 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:34:52 +0000 Subject: [PATCH] chore(deps): update christophwurst/xmllint-action action to v1.2 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 76f86ac..414ce4e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd - name: Lint appinfo/info.xml - uses: ChristophWurst/xmllint-action@v1.1 + uses: ChristophWurst/xmllint-action@v1.2 with: xml-file: ./appinfo/info.xml xml-schema-file: ./info.xsd