build(deps): bump actions/cache from 5.0.4 to 5.0.5 in /.github/actions/setup (#11823)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-20 14:19:19 +05:30
committed by Anamika Dey
parent 0399de7377
commit a8bd60f33b
+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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
env:
cache-name: node-modules-cache
with: