From 0fcc8543c6e687e36520142d6caa3f9daa74d918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:55:41 -0500 Subject: [PATCH] chore(deps): update actions/cache action to v5 (#13828) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fe6836a7bd..9e83da1b9c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -53,7 +53,7 @@ jobs: - name: Cache node_modules id: cache-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: var-cache-node-modules key: var-cache-node-modules-${{ hashFiles('Dockerfile', 'install/package.json') }}