From 781d5c429c879af9ddb758479006500cbedc7625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:00:13 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2.3.1 --- .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..d7f3399 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.1 with: github-token: ${{ secrets.github_token }} continue-on-error: true