From 212a44d98e762c0c0340e4512986f5dd5c32df4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:06:49 +0000 Subject: [PATCH] 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/reusable-check-branch-alias.yml | 2 +- .github/workflows/reusable-manage-labels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-check-branch-alias.yml b/.github/workflows/reusable-check-branch-alias.yml index cfcfa7a..bc49717 100644 --- a/.github/workflows/reusable-check-branch-alias.yml +++ b/.github/workflows/reusable-check-branch-alias.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all tags token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-manage-labels.yml b/.github/workflows/reusable-manage-labels.yml index 786b19d..785b291 100644 --- a/.github/workflows/reusable-manage-labels.yml +++ b/.github/workflows/reusable-manage-labels.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.repository_owner == 'wp-cli' }} steps: - name: Check out source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up PHP environment uses: shivammathur/setup-php@v2