From b371a54216abbb9ea36d68095ef1a00d288c6fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:19:39 +0000 Subject: [PATCH] Bump actions/checkout in the actions-major group across 1 directory Bumps the actions-major group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [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.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bf9897..564bda7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: label: PHP smoke tests steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -47,17 +47,17 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Checkout Docs Agent producer - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: repository: Automattic/docs-agent ref: 4c1043510ae71be4750cfde69777efc95ae0001e path: .docs-agent-producer - name: Checkout WP Codebox producer schema - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: repository: Automattic/wp-codebox ref: v0.12.21