From e4e8f8ca7e4fedba69d1b9c05c2a4cc72b5c14fa Mon Sep 17 00:00:00 2001 From: webeweb Date: Fri, 5 Apr 2024 09:14:35 +0200 Subject: [PATCH] Update build workflow configuration --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3431cd..b2dbb5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Build environment" uses: shivammathur/setup-php@v2 @@ -62,7 +62,7 @@ jobs: steps: - name: "Coverage" - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.github_token }} parallel-finished: true