From 16666807891359d8e8018b1d63299ab9c72e950d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:03:56 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e062aa5..a4ba720 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: with: node-version: '18.x' - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.npm