From 73c51d805b196277d2227b4d82b3bd330dec8a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 03:05:05 +0000 Subject: [PATCH] Bump slavcodev/coverage-monitor-action from 1.2.0 to 1.8.0 Bumps [slavcodev/coverage-monitor-action](https://github.com/slavcodev/coverage-monitor-action) from 1.2.0 to 1.8.0. - [Release notes](https://github.com/slavcodev/coverage-monitor-action/releases) - [Changelog](https://github.com/slavcodev/coverage-monitor-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slavcodev/coverage-monitor-action/compare/1.2.0...1.8.0) --- updated-dependencies: - dependency-name: slavcodev/coverage-monitor-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/testes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testes.yaml b/.github/workflows/testes.yaml index 26886a4..2763e19 100644 --- a/.github/workflows/testes.yaml +++ b/.github/workflows/testes.yaml @@ -56,7 +56,7 @@ jobs: - name: Test with PHPUNIT run: composer test - name: Cobertura de testes - uses: slavcodev/coverage-monitor-action@1.2.0 + uses: slavcodev/coverage-monitor-action@1.8.0 if: github.event_name == 'pull_request' with: github_token: ${{ secrets.GITHUB_TOKEN }}