From 17584b4a8f7daa79fedb13348e7bdfb752947473 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 2 Nov 2024 09:27:28 +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 b055f85..b3f3d9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: Coveralls parallel if: github.repository == 'Fdawgs/fix-latin1-to-utf8' - uses: coverallsapp/github-action@v2.3.4 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -136,7 +136,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