File tree Expand file tree Collapse file tree 5 files changed +1166
-214
lines changed
Expand file tree Collapse file tree 5 files changed +1166
-214
lines changed Original file line number Diff line number Diff line change 7777 # ~ NPM CACHE
7878 - name : ' Cache NPM Packages'
7979 id : package-cache
80- uses : actions/cache@v2
80+ uses : actions/cache@v4
8181 with :
8282 path : ~/.npm
8383 key : ${{ runner.os }}-npm
@@ -118,7 +118,7 @@ jobs:
118118 # ~ NPM CACHE
119119 - name : ' Cache NPM Packages'
120120 id : package-cache
121- uses : actions/cache@v2
121+ uses : actions/cache@v4
122122 with :
123123 path : ~/.npm
124124 key : ${{ runner.os }}-npm
Original file line number Diff line number Diff line change 5050 # ~ NPM CACHE
5151 - name : ' Cache NPM Packages'
5252 id : package-cache
53- uses : actions/cache@v2
53+ uses : actions/cache@v4
5454 with :
5555 path : ~/.npm
5656 key : ${{ runner.os }}-npm
@@ -114,7 +114,7 @@ jobs:
114114 # ~ NPM CACHE
115115 - name : ' Cache NPM Packages'
116116 id : package-cache
117- uses : actions/cache@v2
117+ uses : actions/cache@v4
118118 with :
119119 path : ~/.npm
120120 key : ${{ runner.os }}-npm
@@ -152,7 +152,7 @@ jobs:
152152 # ~ NPM CACHE
153153 - name : ' Cache NPM Packages'
154154 id : package-cache
155- uses : actions/cache@v2
155+ uses : actions/cache@v4
156156 with :
157157 path : ~/.npm
158158 key : ${{ runner.os }}-npm
You can’t perform that action at this time.
0 commit comments