From 15f579253ac8c13bd73b12317bd0decae3ab3203 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 2 Nov 2024 09:27:18 +0000 Subject: [PATCH] ci(ci): use major tag for coverallsapp/github-action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cea296..f72387c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: - name: Coveralls parallel if: github.repository == 'Fdawgs/node-poppler' - uses: coverallsapp/github-action@v2.3.4 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -151,7 +151,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls finished - uses: coverallsapp/github-action@v2.3.4 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true