From f52087844b86a9524c2295185ac29274b293d129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:40:24 +0200 Subject: [PATCH] Bump coverallsapp/github-action (#343) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5fb66d57..4251b9f3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -72,7 +72,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