From f0fd95508d54aa0e95eaf1675447fe0109aff025 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 1 Jul 2026 01:16:53 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91fe923..cd84a0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: id: npm-cache-dir-path run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }}