Skip to content

Commit 0a67085

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update actions/cache action to v4 (angular#54179)
See associated pull request for more information. PR Close angular#54179
1 parent 2d20c4a commit 0a67085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/yarn-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Installs the dependencies using Yarn'
44
runs:
55
using: 'composite'
66
steps:
7-
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
7+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
88
with:
99
path: |
1010
./node_modules/

0 commit comments

Comments
 (0)