mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update actions/cache digest to 2cdf405 (#58107)
See associated pull request for more information. PR Close #58107
This commit is contained in:
parent
5c63fc4468
commit
a762425e31
1 changed files with 1 additions and 1 deletions
2
.github/actions/yarn-install/action.yml
vendored
2
.github/actions/yarn-install/action.yml
vendored
|
|
@ -4,7 +4,7 @@ description: 'Installs the dependencies using Yarn'
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
|
||||
with:
|
||||
path: |
|
||||
./node_modules/
|
||||
|
|
|
|||
Loading…
Reference in a new issue