From c5634553d6fdb78dc926661ad9dcb98acdc6b0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:08:04 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 1 to 3 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v1...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php-cakephp5.yml | 2 +- .github/workflows/php-laravel.yml | 2 +- .github/workflows/php-simple.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-cakephp5.yml b/.github/workflows/php-cakephp5.yml index 7687fc0..8378800 100644 --- a/.github/workflows/php-cakephp5.yml +++ b/.github/workflows/php-cakephp5.yml @@ -34,7 +34,7 @@ jobs: - name: Check if composer.json exists id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: '${{ env.WORKING_DIRECTORY }}/composer.json' diff --git a/.github/workflows/php-laravel.yml b/.github/workflows/php-laravel.yml index 67a7506..bd288b7 100644 --- a/.github/workflows/php-laravel.yml +++ b/.github/workflows/php-laravel.yml @@ -29,7 +29,7 @@ jobs: - name: Check if composer.json exists id: check_files - uses: andstor/file-existence-action@87d74d4732ddb824259d80c8a508c0124bf1c673 + uses: andstor/file-existence-action@31a502724c77ada11ba0b3442e34757182ccdbd3 with: files: '${{ env.WORKING_DIRECTORY }}/composer.json' diff --git a/.github/workflows/php-simple.yml b/.github/workflows/php-simple.yml index 352d748..bb4984b 100644 --- a/.github/workflows/php-simple.yml +++ b/.github/workflows/php-simple.yml @@ -34,7 +34,7 @@ jobs: - name: Check if composer.json exists id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: '${{ env.WORKING_DIRECTORY }}/composer.json'