From 9a53aca60c6b74738e3025df01d072561a420091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:43:09 +0000 Subject: [PATCH] Update actions/cache action to v5 | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/psalm.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 91ba498..47e078c 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -20,7 +20,7 @@ jobs: coverage: none - name: Cache composer dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor key: composer-${{ hashFiles('composer.json') }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0fd1ebb..3a7640c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -50,7 +50,7 @@ jobs: node-version: 24 - name: Cache yarn dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: npm-node_modules-cache with: path: node_modules