From 9d98e58bf2b02e5c3ca129bd718e9c53aa827e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:37:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1881e583..9d7ac7f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@master - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: cache with: path: "node_modules"