From 3c44e8318acd8ea824bc389f571f55ee14d66fca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:03:08 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 80c6419..e005b07 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -22,14 +22,14 @@ jobs: - name: Docusaurus .docusaurus folder cache id: cache-docusaurus-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .docusaurus key: ${{ runner.os }}-docusaurus-cache - name: Docusaurus build folder cache id: cache-docusaurus-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build key: ${{ runner.os }}-docusaurus-build