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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-19 14:17:08 +01:00
committed by GitHub
parent 3828276417
commit af2e4fcf1f
+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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
env:
cache-name: node-modules-cache
with: