From 9f3152cda85278bc0e43d06a54212995f8dbc2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Vadal=C3=A0?= Date: Mon, 19 Feb 2024 23:36:49 +0100 Subject: [PATCH] fixes coverallsapp version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75d2e9d..b898b11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: with: NODE_VERSION: ${{ matrix.node }} - name: Publish Coveralls - uses: coverallsapp/github-action@v2.2 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: run-nodejs-v${{ matrix.node }}-${{ matrix.os }} @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2.2 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true