From 6aaffb792e2f1e5f535f7bff83a969353d1966cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:41:20 +0200 Subject: [PATCH] Bump coverallsapp/github-action from 2.2.3 to 2.3.0 (#162) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 cc64156..239dab8 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.2.3" + uses: "coverallsapp/github-action@v2.3.0" with: github-token: "${{ env.COVERALLS_REPO_TOKEN }}" flag-name: "Unit"