From 1c83056f029de51616e83fe4aa2fa949d6767e42 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 22 Mar 2024 19:28:27 +0000 Subject: [PATCH] Add version to Coveralls Action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 139da3b1..4cb703e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: python -m tox -e ${{ matrix.toxenv }} - name: Report to coveralls - uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d + uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2 docs: # there's some overlap with publish-pages.yml, but this one runs on pull