From e7b2c4fbf131dcc448c331a1c46920e45705e310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:09:04 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..379dd0e 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@v5 - 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..1b3131d 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@v5 with: fetch-depth: 0 - diff --git a/.github/workflows/phpinsights.yml b/.github/workflows/phpinsights.yml index 629cdab..fbe243f 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@v5 with: fetch-depth: 0 -