@@ -10,11 +10,11 @@ jobs:
1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Use Node.js 22.x
13- uses : actions/setup-node@v4
13+ uses : actions/setup-node@v5
1414 with :
1515 node-version : 22.x
1616
17- - uses : actions/cache@v4
17+ - uses : actions/cache@v5
1818 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1919 with :
2020 path : ' **/node_modules'
@@ -40,11 +40,11 @@ jobs:
4040 steps :
4141 - uses : actions/checkout@v5
4242 - name : Use Node.js 22.x
43- uses : actions/setup-node@v4
43+ uses : actions/setup-node@v5
4444 with :
4545 node-version : 22.x
4646
47- - uses : actions/cache@v4
47+ - uses : actions/cache@v5
4848 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4949 with :
5050 path : ' **/node_modules'
@@ -71,11 +71,11 @@ jobs:
7171 steps :
7272 - uses : actions/checkout@v5
7373 - name : Use Node.js 22.x
74- uses : actions/setup-node@v4
74+ uses : actions/setup-node@v5
7575 with :
7676 node-version : 22.x
7777
78- - uses : actions/cache@v4
78+ - uses : actions/cache@v5
7979 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
8080 with :
8181 path : ' **/node_modules'
@@ -102,11 +102,11 @@ jobs:
102102 steps :
103103 - uses : actions/checkout@v5
104104 - name : Use Node.js 22.x
105- uses : actions/setup-node@v4
105+ uses : actions/setup-node@v5
106106 with :
107107 node-version : 22.x
108108
109- - uses : actions/cache@v4
109+ - uses : actions/cache@v5
110110 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
111111 with :
112112 path : ' **/node_modules'
@@ -136,11 +136,11 @@ jobs:
136136 steps :
137137 - uses : actions/checkout@v5
138138 - name : Use Node.js ${{ matrix.node-version }}
139- uses : actions/setup-node@v4
139+ uses : actions/setup-node@v5
140140 with :
141141 node-version : ${{ matrix.node-version }}
142142
143- - uses : actions/cache@v4
143+ - uses : actions/cache@v5
144144 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
145145 with :
146146 path : ' **/node_modules'
@@ -166,11 +166,11 @@ jobs:
166166 steps :
167167 - uses : actions/checkout@v5
168168 - name : Use Node.js 22.x
169- uses : actions/setup-node@v4
169+ uses : actions/setup-node@v5
170170 with :
171171 node-version : 22.x
172172
173- - uses : actions/cache@v4
173+ - uses : actions/cache@v5
174174 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
175175 with :
176176 path : ' **/node_modules'
0 commit comments