diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index f01c83a2cc4..54fe9e3cafb 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -14,7 +14,7 @@ jobs: php-versions: ['8.2', '8.3'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup apache run: | diff --git a/.github/workflows/format_code.yml b/.github/workflows/format_code.yml index 05f97bd2512..049b5c34dca 100644 --- a/.github/workflows/format_code.yml +++ b/.github/workflows/format_code.yml @@ -17,7 +17,7 @@ jobs: php-versions: ['8.2'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/php_analysis.yml b/.github/workflows/php_analysis.yml index f000c04783b..6a487be2794 100644 --- a/.github/workflows/php_analysis.yml +++ b/.github/workflows/php_analysis.yml @@ -14,7 +14,7 @@ jobs: php-versions: ['8.2'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5dd7b222ee9..8c7008db31a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -17,7 +17,7 @@ jobs: php-versions: ['8.2'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup node run: |