From c78af113d5ccc49d5146cf19e3914cd240e6f958 Mon Sep 17 00:00:00 2001 From: Andrej Rypo Date: Wed, 17 Jul 2024 10:31:09 +0200 Subject: [PATCH] 2.3.0 --- .github/workflows/php-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 4f461f3..fe27372 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Coveralls when build is finished - uses: coverallsapp/github-action@v2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true