From c4383f7f6d0a04e557ad05e1427d1c366e9c82c5 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sun, 19 May 2024 04:41:14 +0200 Subject: [PATCH] Fix lints --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c54bc19..473c8b5 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -63,7 +63,7 @@ jobs: COMPOSER_VERSION=COMPOSER_VERSION_$VERSION echo composer_version=${!COMPOSER_VERSION:-"latest-stable"} } >> "$GITHUB_OUTPUT" - - uses: actions/github-script@v3 + - uses: actions/github-script@v7 id: build_args with: result-encoding: string @@ -97,7 +97,7 @@ jobs: validate-dive-report: name: Run Dive needs: - - build + - build runs-on: ubuntu-latest strategy: fail-fast: false