From 2b6c9f0a02cc57b679ccfeeef6f134e0422a4e99 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 3 May 2026 03:22:55 +0000 Subject: [PATCH] ci(actions): Update workflow templates from organization template repository Signed-off-by: GitHub --- .github/actions-lock.txt | 2 +- .github/workflows/appstore-build-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions-lock.txt b/.github/actions-lock.txt index c87054b6..cfba0874 100644 --- a/.github/actions-lock.txt +++ b/.github/actions-lock.txt @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: MIT -3b7702f2bde1241a89c5968d425da533 appstore-build-publish.yml +e20c2aa019763dd8c01214150f203ec6 appstore-build-publish.yml 7dd8d21d9dd013196cd4bdbf7c24db6f dependabot-approve-merge.yml 2581a67c5bcdcd570427e6d51db767d7 fixup.yml 80a58e5584612def0e751fcfb7669814 lint-info-xml.yml diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index fc73fb96..8432af67 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -71,7 +71,7 @@ jobs: - name: Set up node ${{ steps.versions.outputs.nodeVersion }} # Skip if no package.json if: ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ steps.versions.outputs.nodeVersion }}