From 7943370e4e55c816457cdc16e96c7f85475a9b95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:56:24 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60175070c86..9bd8e4d2552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,7 +282,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up docusaurus cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: doc-site/.yarn/.cache/webpack key: ${{ runner.os }}-doc-site-docusaurus-${{ github.ref }}