From 90f4f41871277e7229f6d7e4b238a28c315467d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:12:50 +0000 Subject: [PATCH] chore(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/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-test.yml b/.github/workflows/nodejs-test.yml index 96ed43be..a0dbd195 100644 --- a/.github/workflows/nodejs-test.yml +++ b/.github/workflows/nodejs-test.yml @@ -66,7 +66,7 @@ jobs: if: matrix.node == env.NODE_COV - name: Run Coveralls - uses: coverallsapp/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.2 if: matrix.node == env.NODE_COV continue-on-error: true with: