From d29c1ab640a68a07f26d2f6c6ec399c0f182d180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:43:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/automatic-release.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index b251e05..780bb2c 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - name: "Release" uses: "laminas/automatic-releases@v1" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 63e7447..0d88a9f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Install PHP with extensions" uses: shivammathur/setup-php@v2