From b4552167374a81414e8b470fca301b2246b169b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 04:13:30 +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/Test.yaml | 2 +- .github/workflows/build-cli.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Test.yaml b/.github/workflows/Test.yaml index 6a635a43..e9af0e06 100644 --- a/.github/workflows/Test.yaml +++ b/.github/workflows/Test.yaml @@ -11,7 +11,7 @@ jobs: name: Unit Tests - PHP runs-on: self-hosted steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 env: diff --git a/.github/workflows/build-cli.yaml b/.github/workflows/build-cli.yaml index 0119dce9..fa6f04d4 100644 --- a/.github/workflows/build-cli.yaml +++ b/.github/workflows/build-cli.yaml @@ -18,7 +18,7 @@ jobs: outputs: image: ${{ steps.meta.outputs.tags }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: @@ -95,7 +95,7 @@ jobs: env: DPHP_HOST: http://dphp:8080 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: | composer install --ignore-platform-reqs - run: |