From f36541237f3b1606b5d75973d392ac09bfeb7a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:08:55 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2bdc0fae..e277d1ff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Cache Node Modules and NPM Cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | node_modules