From ad7a43ada0682bfd5a050ee2f4d7bd4e60bfc8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:53:45 +0000 Subject: [PATCH] ci(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/v3.0.0...v3.1.0) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf6e96..4cfd6ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: run: echo "result=$(jq .devDependencies.typescript package.json -r)" >>$GITHUB_OUTPUT - id: typecheck-files name: Check for typecheck files - uses: andstor/file-existence-action@v3.0.0 + uses: andstor/file-existence-action@v3.1.0 with: files: 'src/**/__tests__/*.spec-d.mts' commitlint: