From e00a1bc8b7af170a718befdb4e41498f74e9b559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:56:03 +0000 Subject: [PATCH] chore(deps): update ci and devdependencies to v7 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 63b8e93..489093b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,7 @@ jobs: uv run pytest -v --cov=spgrep --cov-report=xml tests/ - name: Upload coverage to Codecov if: matrix.python-version == ${{ env.PYTHON_VERSION }} - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 with: file: ./coverage.xml flags: unittests