From e9fd60ec86e6e37f96ff7464338ab8024584e708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:45:17 +0000 Subject: [PATCH] Bump coverallsapp/github-action Bumps the github-actions group with 1 update in the / directory: [coverallsapp/github-action](https://github.com/coverallsapp/github-action). Updates `coverallsapp/github-action` from 2.3.0 to 2.3.3 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2ad445a..aa43dba 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Finished - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true