build(deps): bump actions/cache (#11606)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-02 11:55:34 +01:00
committed by GitHub
parent 271bcb9a71
commit d8a7ea4f80
@@ -5,19 +5,19 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Save dist to cache - name: Save dist to cache
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with: with:
path: dist path: dist
key: dist-${{ github.run_id }}-${{ github.run_attempt }} key: dist-${{ github.run_id }}-${{ github.run_attempt }}
- name: Save nxcache to cache - name: Save nxcache to cache
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with: with:
path: nxcache path: nxcache
key: nxcache-${{ github.run_id }}-${{ github.run_attempt }} key: nxcache-${{ github.run_id }}-${{ github.run_attempt }}
- name: Save node_modules to cache - name: Save node_modules to cache
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with: with:
path: node_modules path: node_modules
key: node-modules-${{ github.run_id }}-${{ github.run_attempt }} key: node-modules-${{ github.run_id }}-${{ github.run_attempt }}