From 8cbeb8880255bc9d4db69b2f7c2bf57f0f54ca14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:45:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/cypress.yml | 2 +- .github/workflows/php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 10e4d6bc9..acb510e22 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -25,7 +25,7 @@ jobs: containers: [1, 2] # Uses 2 parallel instances steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Chrome # Uses the official Cypress GitHub action https://github.com/cypress-io/github-action uses: cypress-io/github-action@v6 diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 573cb7107..d8f306341 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@2.35.2