From 0bd19ac41551d74f58247eeff95556aa95310130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:08:41 +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/md.yml | 2 +- .github/workflows/php.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test-php.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/md.yml b/.github/workflows/md.yml index fd98868..3871059 100644 --- a/.github/workflows/md.yml +++ b/.github/workflows/md.yml @@ -18,7 +18,7 @@ jobs: name: Lint + format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6625d19..af8c4c1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -22,7 +22,7 @@ jobs: matrix: php-version: ["8.3", "8.4", "8.5", "8.6"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7c3c3f2..2efeefa 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout (full history for gitleaks) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index dfac4c3..508d1bb 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -22,7 +22,7 @@ jobs: matrix: php-version: ["8.3", "8.4", "8.5", "8.6"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false