From 3742a14ea2cf0c165aa8796b2ed62eb78c41b7ae Mon Sep 17 00:00:00 2001 From: Michael Wittwer Date: Fri, 19 Apr 2024 21:53:10 +0200 Subject: [PATCH] chore(build): update action version of coveralls --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ed2b35cc..9e5193a2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: # report coverage only for non PR - name: coveralls if: ${{ startsWith(github.ref, 'refs/pull/') == false }} - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }}