From eaa80fc73fd88ad4d37b7ffe9c096c9ef297c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:06:17 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 2 to 3 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v2...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-code-quality.yml | 8 ++++---- .github/workflows/reusable-regenerate-readme.yml | 2 +- .github/workflows/reusable-testing.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/reusable-code-quality.yml b/.github/workflows/reusable-code-quality.yml index 914d8af..516c933 100644 --- a/.github/workflows/reusable-code-quality.yml +++ b/.github/workflows/reusable-code-quality.yml @@ -20,7 +20,7 @@ jobs: - name: Check existence of composer.json file id: check_composer_file - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "composer.json" @@ -44,7 +44,7 @@ jobs: - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "vendor/bin/parallel-lint" @@ -62,7 +62,7 @@ jobs: - name: Check existence of composer.json & phpcs.xml.dist files id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "composer.json, phpcs.xml.dist" @@ -86,7 +86,7 @@ jobs: - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "vendor/bin/phpcs" diff --git a/.github/workflows/reusable-regenerate-readme.yml b/.github/workflows/reusable-regenerate-readme.yml index fe53234..fb41feb 100644 --- a/.github/workflows/reusable-regenerate-readme.yml +++ b/.github/workflows/reusable-regenerate-readme.yml @@ -29,7 +29,7 @@ jobs: - name: Check existence of composer.json file id: check_composer_file - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "composer.json" diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 1659e20..5c01c8d 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -196,7 +196,7 @@ jobs: - name: Check existence of composer.json & phpunit.xml.dist files id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "composer.json, phpunit.xml.dist" @@ -272,7 +272,7 @@ jobs: - name: Check existence of composer.json & behat.yml files id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "composer.json, behat.yml"