From d80f9e5149e0075e96953c6b435b47010aa20cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:43:38 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.3.0 to 2.3.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/back-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index fa8f3b4..32c512f 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -122,7 +122,7 @@ jobs: env: COVERALLS_REPO_TOKEN: "${{ github.token }}" if: "${{ env.COVERALLS_REPO_TOKEN && matrix.php-version == '8.2' && matrix.dependencies == 'highest' }}" - uses: "coverallsapp/github-action@v2.3.0" + uses: "coverallsapp/github-action@v2.3.4" with: github-token: "${{ env.COVERALLS_REPO_TOKEN }}" flag-name: "Unit"