From d8deba4795a5fd2ba87354766186762f67261115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 08:56:07 +0000 Subject: [PATCH] Update actions/checkout action to v7 | datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v6 | v7.0.0 | --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 6e6178c..1045983 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: "checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "install PHP" uses: "shivammathur/setup-php@2.37.0"