summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-07-03 12:19:47 +0200
committerGitHub <noreply@github.com>2023-07-03 12:19:47 +0200
commitc642557208ab7fb4f853782c095b1d2b630bfec6 (patch)
tree40331242219fae6bb7a396e97d0c15b1d1a791db
parent57a7265cfb37f024592127362d3b7b04d703b9ff (diff)
parent3c15b84e89b51b421bbbc170d121afada2981c6c (diff)
Merge pull request #3499 from nextcloud/backport/3485/stable5.3
[stable5.3] ci(xmllint): bump xmllint-action to v1.1
-rw-r--r--.github/workflows/lint-info-xml.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-info-xml.yml b/.github/workflows/lint-info-xml.yml
index 8f024cfc..ae1c0cb2 100644
--- a/.github/workflows/lint-info-xml.yml
+++ b/.github/workflows/lint-info-xml.yml
@@ -33,7 +33,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@d18a551aab4728e4af449617638600634d7a48cb # v1
+ uses: ChristophWurst/xmllint-action@39155a91429af431d65fafc21fa52ba5c4f5cb71 # v1.1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./info.xsd