From dad99fa8132d5d0176e217eb1e62cae9b92b5a67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:07:35 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ba8e57..f56cd3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Setup Composer cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0da710d..240186f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,7 +36,7 @@ jobs: uses: abatilo/actions-poetry@v4 - name: Cache the virtualenv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pypoetry key: venv-${{ hashFiles('poetry.lock') }}