From 2bb8ccd9bd4c8e7352d20eba082d66599790311d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:23:56 +0000 Subject: [PATCH] Renovate: coverallsapp/github-action to cfd0633 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 14ad6f23..c60a3224 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Coveralls Parallel # yamllint disable-line rule:line-length - uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2 with: flag-name: run-${{ matrix.os }}-${{ matrix.python-version }} parallel: true @@ -45,7 +45,7 @@ jobs: steps: - name: Coveralls Finished # yamllint disable-line rule:line-length - uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2 with: parallel-finished: true # yamllint disable-line rule:quoted-strings