From 3d5fa9fa2331f7d139caa5d888914756448ba6e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:37:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 cf3b3c6..17ea5fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -80,7 +80,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -113,7 +113,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 3d0d756..6d4037d 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,7 +19,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Install PHP" uses: "shivammathur/setup-php@v2" diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 430a2da..7b8bc1a 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -15,7 +15,7 @@ jobs: CLICKHOUSE_VERSION: "22.10" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - 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 178dbc9..4fb799c 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@v5 + uses: actions/checkout@v6 - name: "Install PHP" uses: "shivammathur/setup-php@v2"