From 222b8567a38903f7114f74878a192954670b0996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:36:57 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/languages.yml b/.github/workflows/languages.yml index 0c3694a..280a470 100644 --- a/.github/workflows/languages.yml +++ b/.github/workflows/languages.yml @@ -20,7 +20,7 @@ jobs: node-version: "24.x" - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}