From f92e767be8f917c850f32867027a26023d3e7663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:42:44 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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 964bca9..673cf39 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@v5 + uses: actions/cache@v6 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 240186f..5f66af8 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@v5 + uses: actions/cache@v6 with: path: ~/.cache/pypoetry key: venv-${{ hashFiles('poetry.lock') }}