diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d12616f..cbd4341 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -44,7 +44,7 @@ jobs: composer config --no-plugins allow-plugins true composer require --dev phpstan/extension-installer cweagans/composer-patches:^1.5.0 mglaman/phpstan-drupal phpstan/phpstan-deprecation-rules phpstan/phpstan-phpunit drupal/core-dev:${{ matrix.drupal_core_compatibility }} composer config extra.enable-patching true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: web/modules/custom/this_module - name: Copy test assets