From b91632afa6678dbfed7d1ecc26c8b448b2e5ab96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:44:24 +0000 Subject: [PATCH] build(deps): bump andstor/file-existence-action from 3.0.0 to 3.1.0 Bumps [andstor/file-existence-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch-npm-engines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-npm-engines.yml b/.github/workflows/dispatch-npm-engines.yml index 2625a90..2f09336 100644 --- a/.github/workflows/dispatch-npm-engines.yml +++ b/.github/workflows/dispatch-npm-engines.yml @@ -63,7 +63,7 @@ jobs: - name: Check package.json file existence id: check_file_existence - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: files: package.json