From 8478937d531d389174cb9eed583f6c79200aa3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:04:17 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 2 to 3 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v2...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-reuse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-reuse.yml b/.github/workflows/pre-commit-reuse.yml index 2b3b9a92710e..cc3e09235806 100644 --- a/.github/workflows/pre-commit-reuse.yml +++ b/.github/workflows/pre-commit-reuse.yml @@ -89,14 +89,14 @@ jobs: - name: "Check coverage.xml exists" if: always() id: check-coverage-xml-exists - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "coverage_report/coverage.xml" - name: "Check pytest report exists" if: always() id: check-pytest-junit-exists - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "report_pytest.xml"