build(deps): bump actions/cache in /.github/actions/setup (#11455)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 10:59:51 +01:00
committed by GitHub
parent 33e9cdf9d3
commit a57ef21143
+1 -1
View File
@@ -30,7 +30,7 @@ runs:
- name: Node Modules cache
id: node-modules-cache
if: ${{ inputs.enable-node-modules-cache == 'true' }}
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
env:
cache-name: node-modules-cache
with: