From c6cd0e184d940361dfc589712e62e2df9853e276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:39:36 +0000 Subject: [PATCH] Update actions/cache action to v6 | datasource | package | from | to | | ----------- | ------------- | ---- | ------ | | github-tags | actions/cache | v5 | v6.0.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..360680a6 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@v6" with: path: | ~/.composer/cache @@ -115,7 +115,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v5" + uses: "actions/cache@v6" with: path: | ~/.composer/cache