From bd6ceaf2cd5519767b7d7dc898ec81f7250d168c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:01:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb19c5f..4044543 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: node-version: "16.x" - name: Keep npm cache around to speed up installs - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}