From e9489e7d061a3132e405b3b42bc3a4d171ca0d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:33:13 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php-cs-fixer.yml | 2 +- .github/workflows/phpmd.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/rector.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 98df295..ee5e98e 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -14,7 +14,7 @@ jobs: php-version: 8.1 - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/phpmd.yml b/.github/workflows/phpmd.yml index c86be79..21b4870 100644 --- a/.github/workflows/phpmd.yml +++ b/.github/workflows/phpmd.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index edfac1c..1662b81 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -13,7 +13,7 @@ jobs: with: php-version: 8.1 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5e04615..028d868 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -19,7 +19,7 @@ jobs: env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index de9e3a7..b62c72a 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -14,7 +14,7 @@ jobs: php-version: 8.1 - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache