From 6aee50a60f905556068e38f4b8f6cdd3e2c3c850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:34:22 +0000 Subject: [PATCH] ci(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#396) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d7cbb2..897647e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: - name: Coveralls parallel if: github.repository == 'Fdawgs/node-unrtf' - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls finished - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true