From 0432449e4a1e75cb0a2efeb8c2e4c05ddaccbc9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:05:20 +0000 Subject: [PATCH] Update andstor/file-existence-action action to v3 --- workflow-templates/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/ci.yml b/workflow-templates/ci.yml index 8595337..d3ddd3a 100644 --- a/workflow-templates/ci.yml +++ b/workflow-templates/ci.yml @@ -123,7 +123,7 @@ jobs: - name: Check Unit Test Files id: check_test_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "*/tests/test_*.py"