1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Use latest version of actions/cache (#48836)

This commit is contained in:
Peter Bengtsson
2024-01-24 16:24:35 -05:00
committed by GitHub
parent fdaa544c25
commit cbbc403d0a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ runs:
using: 'composite'
steps:
- name: Cache node_modules
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
id: cache-node_modules
env:
# Default is 10 min, per segment, but we can make it much smaller