From fc0b40c4233025b9a7431762bbc3abe59ee98e1a Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 15 Oct 2023 02:45:11 +0000 Subject: [PATCH 1/2] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 654b043b..b24e6428 100644 --- a/composer.lock +++ b/composer.lock @@ -1473,12 +1473,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "45d3f259c6a80f838317e2f9467af55d9132f058" + "reference": "94192422c97feb772526ad46eeaf918a31c518d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/45d3f259c6a80f838317e2f9467af55d9132f058", - "reference": "45d3f259c6a80f838317e2f9467af55d9132f058", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/94192422c97feb772526ad46eeaf918a31c518d6", + "reference": "94192422c97feb772526ad46eeaf918a31c518d6", "shasum": "" }, "require": { @@ -1508,7 +1508,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/stable25" }, - "time": "2023-08-04T00:37:16+00:00" + "time": "2023-10-10T00:31:16+00:00" }, { "name": "nikic/php-parser", From aa5a16df15b6ab7b316c9ebc2b3b40a49082ca22 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 16 Oct 2023 10:54:35 -0700 Subject: [PATCH 2/2] fix(ci): Bump xmllint-action Signed-off-by: Christopher Ng --- .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 67287a26..8006667d 100644 --- a/.github/workflows/lint-info-xml.yml +++ b/.github/workflows/lint-info-xml.yml @@ -25,7 +25,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@v1 + uses: ChristophWurst/xmllint-action@39155a91429af431d65fafc21fa52ba5c4f5cb71 # v1.1 with: xml-file: ./appinfo/info.xml xml-schema-file: ./info.xsd