chore(deps)!: update actions/cache (v4.3.0 → v5.0.1) (#395)

This commit is contained in:
renovate[bot]
2025-12-17 23:35:26 +02:00
committed by GitHub
parent f6ed49a6dd
commit 43126631c2
7 changed files with 7 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ runs:
- name: Cache Node Dependencies
id: cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
path: node_modules
key: ${{ runner.os }}-npm-publish-${{ steps.detect-pm.outputs.package-manager }}-${{ hashFiles('package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb') }}