@@ -31,13 +31,13 @@ jobs:
3131 with :
3232 mode : firewall-free
3333
34- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ - uses : actions/checkout@v6
3535 with :
3636 ref : ${{ github.event.pull_request.head.sha }}
3737 fetch-depth : 0
3838
3939 - name : Setup node:${{ matrix.node-version }}
40- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
40+ uses : actions/setup-node@v6
4141 with :
4242 node-version : ${{ matrix.node-version }}
4343
5656
5757 - name : restore lerna dependencies
5858 id : lerna-cache
59- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59+ uses : actions/cache@v5
6060 with :
6161 path : |
6262 node_modules
@@ -101,18 +101,18 @@ jobs:
101101 with :
102102 mode : firewall-free
103103
104- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+ - uses : actions/checkout@v6
105105 with :
106106 ref : ${{ github.event.pull_request.head.sha }}
107107
108108 - name : Setup node 20
109- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
109+ uses : actions/setup-node@v6
110110 with :
111111 node-version : 20
112112
113113 - name : restore lerna dependencies
114114 id : lerna-cache
115- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
115+ uses : actions/cache@v5
116116 with :
117117 path : |
118118 node_modules
@@ -152,12 +152,12 @@ jobs:
152152 with :
153153 mode : firewall-free
154154
155- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
155+ - uses : actions/checkout@v6
156156 with :
157157 ref : ${{ github.event.pull_request.head.sha }}
158158
159159 - name : Setup node 20
160- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
160+ uses : actions/setup-node@v6
161161 with :
162162 node-version : 20 # this just needs to pass our lock file requirement for compilation
163163
@@ -216,7 +216,7 @@ jobs:
216216
217217 - name : restore lerna dependencies
218218 id : lerna-cache
219- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
219+ uses : actions/cache@v5
220220 with :
221221 path : |
222222 node_modules
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ubuntu-latest
245245
246246 steps :
247- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
247+ - uses : actions/checkout@v6
248248 with :
249249 ref : ${{ github.event.pull_request.head.sha }}
250250
@@ -316,7 +316,7 @@ jobs:
316316 runs-on : ubuntu-latest
317317
318318 steps :
319- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
319+ - uses : actions/checkout@v6
320320 with :
321321 ref : ${{ github.event.pull_request.head.sha }}
322322
@@ -327,7 +327,7 @@ jobs:
327327 runs-on : ubuntu-latest
328328
329329 steps :
330- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
330+ - uses : actions/checkout@v6
331331 with :
332332 ref : ${{ github.event.pull_request.head.sha }}
333333
@@ -342,18 +342,18 @@ jobs:
342342 with :
343343 mode : firewall-free
344344
345- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
345+ - uses : actions/checkout@v6
346346 with :
347347 ref : ${{ github.event.pull_request.head.sha }}
348348
349349 - name : Setup node 22
350- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
350+ uses : actions/setup-node@v6
351351 with :
352352 node-version : 22
353353
354354 - name : restore lerna dependencies
355355 id : lerna-cache
356- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
356+ uses : actions/cache@v5
357357 with :
358358 path : |
359359 node_modules
0 commit comments