From 6489d03803539e5559183b03e1c55f4e7d067809 Mon Sep 17 00:00:00 2001 From: Berlin Luk <119493345+bluk1020@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:20:33 +0800 Subject: [PATCH] fix: use Node 24 cache action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4b30a57..4799375 100644 --- a/action.yml +++ b/action.yml @@ -249,7 +249,7 @@ runs: - name: Cache nub store id: cache if: steps.cacheflag.outputs.enabled == 'true' - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ steps.cachepaths.outputs.store }}