From 8161bbfc031ed3890dd1078d2e6906ac4b58945f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:13:41 +0000 Subject: [PATCH] Update actions/cache action to v4 | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v3 | v4 | --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8079cad..900268b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -69,7 +69,7 @@ jobs: tools: composer:v2, cs2pr - name: "Cache dependencies" - uses: "actions/cache@v3" + uses: "actions/cache@v4" with: path: | ~/.composer/cache