From 447d84c10679253931bfabb867a37b8c94c51220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:05:23 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e60f972..e4e9d7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: node-version-file: ".nvmrc" - name: Reuse npm cache folder - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: