Upgrade to actions/cache 3.3.1 (#36709)
This commit is contained in:
2
.github/actions/node-npm-setup/action.yml
vendored
2
.github/actions/node-npm-setup/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user