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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Domenico Sibilio <domenicosibilio@gmail.com>
This commit is contained in:
dependabot[bot]
2026-02-02 12:02:18 +01:00
committed by GitHub
co-authored by Domenico Sibilio
parent d8a7ea4f80
commit 9d81ecbbaa
+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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
env:
cache-name: node-modules-cache
with: