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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-26 05:25:02 +0300
committerGitHub <noreply@github.com>2022-10-26 05:25:02 +0300
commit656048cef9400ea96822020c7a8a38b9b152c3ec (patch)
tree6305b6f0e55095415153d17b647752cd7e7af86d
parent4cf25d061e34c9162f29fdb78ca3bac6850c9845 (diff)
Bump andstor/file-existence-action from 1 to 2
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v1...v2) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/appstore-build-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index fc04383c..0ecf0860 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -73,7 +73,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"
@@ -93,7 +93,7 @@ jobs:
- name: Check Krankerl config
id: krankerl
- uses: andstor/file-existence-action@v1
+ uses: andstor/file-existence-action@v2
with:
files: ${{ env.APP_NAME }}/krankerl.toml