From de7d124ab3f4b469a4a57154771c9fc47322f3de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 10:03:07 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2.3.6 --- .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 1e7f430..7d2bc80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: path: test/__image_snapshots__/__diff_output__/* - name: Coveralls - uses: coverallsapp/github-action@v2.2.3 + uses: coverallsapp/github-action@v2.3.6 with: github-token: ${{ secrets.github_token }} continue-on-error: true