From 0af235da37876bb6acbc418f9660601f91a665e6 Mon Sep 17 00:00:00 2001 From: Andrey Shaveko Date: Thu, 19 Oct 2023 09:57:10 +0200 Subject: [PATCH] chore: update coverage-monitor-action to v1 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e97f280d..45f7dfda 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -34,7 +34,7 @@ jobs: run: npm run coverage:clover - name: Report coverage if: always() - uses: slavcodev/coverage-monitor-action@1.1.0 + uses: slavcodev/coverage-monitor-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} clover_file: coverage/clover.xml