From 963cd227bbb751eb11f818cde6f8ac727d2439de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:23:29 +0000 Subject: [PATCH] GH Actions: Bump andstor/file-existence-action Bumps the action-runners group with 1 update: [andstor/file-existence-action](https://github.com/andstor/file-existence-action). Updates `andstor/file-existence-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/076e0072799f4942c8bc574a82233e1e4d13e9d6...558493d6c74bf472d87c84eab196434afc2fa029) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-markdownlint.yml | 2 +- .github/workflows/reusable-phpstan.yml | 2 +- .github/workflows/reusable-remark.yml | 2 +- .github/workflows/reusable-yamllint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-markdownlint.yml b/.github/workflows/reusable-markdownlint.yml index a16c726..d141448 100644 --- a/.github/workflows/reusable-markdownlint.yml +++ b/.github/workflows/reusable-markdownlint.yml @@ -16,7 +16,7 @@ jobs: - name: Check for existence of a Markdownlint config file id: has_config - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: files: ".markdownlint-cli2.y*ml" diff --git a/.github/workflows/reusable-phpstan.yml b/.github/workflows/reusable-phpstan.yml index f90f35a..5902401 100644 --- a/.github/workflows/reusable-phpstan.yml +++ b/.github/workflows/reusable-phpstan.yml @@ -27,7 +27,7 @@ jobs: - name: Check for existence of a PHPStan config file id: has_config - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: files: "phpstan.neon*" diff --git a/.github/workflows/reusable-remark.yml b/.github/workflows/reusable-remark.yml index a47215f..35e3c86 100644 --- a/.github/workflows/reusable-remark.yml +++ b/.github/workflows/reusable-remark.yml @@ -22,7 +22,7 @@ jobs: - name: Check for existence of a Remark config file id: has_config - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: files: ".remarkrc" diff --git a/.github/workflows/reusable-yamllint.yml b/.github/workflows/reusable-yamllint.yml index 226e7cd..3e0ad81 100644 --- a/.github/workflows/reusable-yamllint.yml +++ b/.github/workflows/reusable-yamllint.yml @@ -22,7 +22,7 @@ jobs: - name: Check for existence of a Yamllint config file id: has_config - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: files: ".yamllint.y*ml"