From 7d18a37ad8b2be8ef087040350ffca8ecee53a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:04:47 +0000 Subject: [PATCH] Update actions/cache action to v6 | datasource | package | from | to | | ----------- | ------------- | ---- | ------ | | github-tags | actions/cache | v5 | v6.1.0 | --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 01a595e7..ab3994ee 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -64,7 +64,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v5" + uses: "actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9" # v6 with: path: | ~/.composer/cache @@ -115,7 +115,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v5" + uses: "actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9" # v6 with: path: | ~/.composer/cache