From 78afbf63cdb367fa8b0e22e698bb554d811bd190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:23:48 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeception.yml | 2 +- .github/workflows/composer-require-checker.yml | 2 +- .github/workflows/ecs.yml | 2 +- .github/workflows/infection.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/phpunit-database.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/super-linter.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index d056a06..f4a86fb 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -114,7 +114,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP Environment. uses: php-forge/actions/actions/php-setup@main diff --git a/.github/workflows/composer-require-checker.yml b/.github/workflows/composer-require-checker.yml index 62346ab..84baad6 100644 --- a/.github/workflows/composer-require-checker.yml +++ b/.github/workflows/composer-require-checker.yml @@ -97,7 +97,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP Environment. uses: php-forge/actions/actions/php-setup@main diff --git a/.github/workflows/ecs.yml b/.github/workflows/ecs.yml index a279067..a519aec 100644 --- a/.github/workflows/ecs.yml +++ b/.github/workflows/ecs.yml @@ -93,7 +93,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP Environment. uses: php-forge/actions/actions/php-setup@main diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index ec72c17..34297cc 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -138,7 +138,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP Environment. uses: php-forge/actions/actions/php-setup@main diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index ef329c7..2fb356a 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -107,7 +107,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP Environment. uses: php-forge/actions/actions/php-setup@main diff --git a/.github/workflows/phpunit-database.yml b/.github/workflows/phpunit-database.yml index fdac3db..62e4d7e 100644 --- a/.github/workflows/phpunit-database.yml +++ b/.github/workflows/phpunit-database.yml @@ -195,7 +195,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Additional Database Setup. if: inputs.setup-commands != '' diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9715b21..dff0ad8 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -145,7 +145,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP Environment. uses: php-forge/actions/actions/php-setup@main diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index c77c177..a702021 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -101,7 +101,7 @@ jobs: uses: GitHubSecurityLab/actions-permissions/monitor@v1 - name: Checkout. - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: ${{ inputs.checkout_fetch_depth }}