From f52cd7067f67fda4856bf9015eb57fa1af1c163d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:06:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/coding-standards.yaml | 2 +- .github/workflows/infection.yaml | 2 +- .github/workflows/static-analysis.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fde7f2d..52f5320 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: fetch-depth: 2 @@ -60,7 +60,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: fetch-depth: 2 diff --git a/.github/workflows/coding-standards.yaml b/.github/workflows/coding-standards.yaml index 9334f80..cbfeafb 100644 --- a/.github/workflows/coding-standards.yaml +++ b/.github/workflows/coding-standards.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Install PHP" uses: "shivammathur/setup-php@v2" diff --git a/.github/workflows/infection.yaml b/.github/workflows/infection.yaml index e9ab774..1a3dee6 100644 --- a/.github/workflows/infection.yaml +++ b/.github/workflows/infection.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: fetch-depth: 2 diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index bedb4b4..518c6cc 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Install PHP" uses: "shivammathur/setup-php@v2"