From dcb641c6503fe4d9157067d613a983c48ed5edf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:52:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/coding-standards.yml | 2 +- .github/workflows/infection.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89348f4..986b80b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 @@ -80,7 +80,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 @@ -113,7 +113,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 715d4c2..3d0d756 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,7 +19,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Install PHP" uses: "shivammathur/setup-php@v2" diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 769a0aa..430a2da 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -15,7 +15,7 @@ jobs: CLICKHOUSE_VERSION: "22.10" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build the docker compose stack run: docker compose -f tests/docker-compose.yaml up -d diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9d0324c..178dbc9 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -19,7 +19,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Install PHP" uses: "shivammathur/setup-php@v2"