From 79e0385087d2de002a233fbf8837c0ba1446536a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:02:59 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/labels.yml | 2 +- .github/workflows/phpcs.yml | 2 +- .github/workflows/phpinsights.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index a5021fd..b6da3c9 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -16,7 +16,7 @@ jobs: steps: - name: '⤵️ Check out code from GitHub' - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: '🚀 Run Label Syncer' uses: micnncim/action-label-syncer@v1.3.0 diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index c09cf34..a03bcb4 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - diff --git a/.github/workflows/phpinsights.yml b/.github/workflows/phpinsights.yml index 629cdab..35d0637 100644 --- a/.github/workflows/phpinsights.yml +++ b/.github/workflows/phpinsights.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 -