From e9a835370b554da970753b95baf78071f847247c Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 15 Sep 2021 21:18:38 +0200 Subject: [PATCH] [ci] Update coverallsapp/github-action action to version 1.1.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 945a447..48b3df2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node }} - run: npm install - run: npm test - - uses: coverallsapp/github-action@v1.1.2 + - uses: coverallsapp/github-action@1.1.3 if: matrix.node == 12 with: github-token: ${{ secrets.GITHUB_TOKEN }}