From 9a772eb107047554619ded46471f9a061374f4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 17:07:54 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 1.0.1 to 3.0.0 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1.0.1 to 3.0.0. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/87d74d4732ddb824259d80c8a508c0124bf1c673...076e0072799f4942c8bc574a82233e1e4d13e9d6) --- 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/azure-webapps-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapps-php.yml b/.github/workflows/azure-webapps-php.yml index 6088618..b408de6 100644 --- a/.github/workflows/azure-webapps-php.yml +++ b/.github/workflows/azure-webapps-php.yml @@ -41,7 +41,7 @@ jobs: - name: Check if composer.json exists id: check_files - uses: andstor/file-existence-action@87d74d4732ddb824259d80c8a508c0124bf1c673 + uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 with: files: 'composer.json'