From c286d9f8559de15ec03a965b1c3e4d06b5f3151a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 02:28:21 +0000 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.2 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1134c89e4bf10443bf8f0ec69640b667cfd91041...43f11c4e058174f808ee9cd63701b6c42fe3f5e3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 4a4e0c2320..19c1a452dc 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -26,6 +26,6 @@ jobs: - name: test run: yarn test:ci - name: Coveralls - uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 # v2.3.1 + uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }}