From 2c55e77b29b200b01fa6448d051dc0d55e749afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:03:55 +0000 Subject: [PATCH] ci(deps): 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/architectural-rules.yml | 2 +- .github/workflows/build.yml | 6 +++--- .github/workflows/cs-fixer.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/architectural-rules.yml b/.github/workflows/architectural-rules.yml index 169ff2ea..529cedd4 100644 --- a/.github/workflows/architectural-rules.yml +++ b/.github/workflows/architectural-rules.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5ca23d9..32990ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -67,7 +67,7 @@ jobs: runs-on: "ubuntu-22.04" needs: build steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -109,7 +109,7 @@ jobs: matrix: php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/cs-fixer.yml b/.github/workflows/cs-fixer.yml index 8e042b9c..e6c98857 100644 --- a/.github/workflows/cs-fixer.yml +++ b/.github/workflows/cs-fixer.yml @@ -10,7 +10,7 @@ jobs: cs-fixer: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2