From 5ea588f68011444fde28da9d59dfc6311027f189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:11:36 +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 504dae8..7f7783a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.npm