diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 21a68e96f..521395a7f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -89,7 +89,7 @@ jobs: - name: Check if any dependencies are compromised if: always() && steps.install.outcome == 'success' - run: /home/runner/.symfony/bin/symfony check:security + run: /home/runner/.symfony5/bin/symfony check:security - name: Run PHPStan if: always() && steps.install.outcome == 'success'