Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2022-10-25 11:41:16 +0300
committerGitHub <noreply@github.com>2022-10-25 11:41:16 +0300
commit86edd50d667c0f1fb2fa72e0acd8652885ea4197 (patch)
treecb3c2a86401435538b5139d149c8350945cc2619
parent455b90f1d426d9fd9ba3d89069d065fd322b1ade (diff)
parentbd73ee2ec31b6cd27f3e47ba7dbf4a6558577574 (diff)
Merge pull request #7491 from nextcloud/dependabot/github_actions/andstor/file-existence-action-2
Bump andstor/file-existence-action from 1 to 2
-rw-r--r--.github/workflows/appstore-build-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 0c4004739..e628c92f6 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -71,7 +71,7 @@ jobs:
- name: Check composer.json
id: check_composer
- uses: andstor/file-existence-action@v1
+ uses: andstor/file-existence-action@v2
with:
files: "${{ env.APP_NAME }}/composer.json"