From 4c16944dc87d2d3306e217c110a5054f1c511a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:03:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/cache=20from=205=20t?= =?UTF-8?q?o=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rw_docusaurus_operations.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rw_docusaurus_operations.yaml b/.github/workflows/rw_docusaurus_operations.yaml index b874223c..50ca6241 100644 --- a/.github/workflows/rw_docusaurus_operations.yaml +++ b/.github/workflows/rw_docusaurus_operations.yaml @@ -156,7 +156,7 @@ jobs: run: corepack enable - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ inputs.working-directory }}/node_modules @@ -239,7 +239,7 @@ jobs: run: corepack enable - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ inputs.working-directory }}/node_modules