summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-06-01 11:09:54 +0200
committerJoas Schilling <coding@schilljs.com>2023-06-01 11:09:54 +0200
commitc0060c2b4c50225b9ff4fbaf45b8b16985987659 (patch)
treea9ea50d37b00d44ce90640613b3d5bc6818b1d5b /.github
parent14f9fd0388b27c7083063f4598c979129c3be9a4 (diff)
chore(CI): Also update infoxml lint action
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 8a669ada0..7b9e1c99c 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