1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Upgrade to actions/cache 3.3.1 (#36709)

This commit is contained in:
Peter Bengtsson
2023-04-28 12:21:38 -04:00
committed by GitHub
parent 9f1a01261c
commit dbba01d712
8 changed files with 9 additions and 9 deletions

View File

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