From fd17e8538f95d856e7ed1ca06bc9066d52a2a27c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 2 Nov 2024 09:25:54 +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 af7449e1..7de49e3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: - name: Coveralls parallel if: github.repository == 'Fdawgs/docsmith' - uses: coverallsapp/github-action@v2.3.4 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -221,7 +221,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