Fix lints

This commit is contained in:
Greyscale 2024-05-19 04:41:14 +02:00
parent 4fae1f1ebf
commit c4383f7f6d
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -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