@@ -18,10 +18,10 @@ jobs:
1818 matrix :
1919 node : [18, 20, 22]
2020 steps :
21- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
2323 - name : Set up Node.js ${{ matrix.node }}
24- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
24+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2525 with :
2626 node-version : ${{ matrix.node }}
2727 cache : npm
@@ -97,10 +97,10 @@ jobs:
9797 # breaks the docs site, the playground, the MCP shim or the VS Code extension
9898 # used to reach `main` green. This job compiles all four.
9999 steps :
100- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
100+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
101101
102102 - name : Set up Node.js
103- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
103+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
104104 with :
105105 node-version : 22
106106 cache : npm
@@ -173,10 +173,10 @@ jobs:
173173 # `eval:ci` and the benchmark are Linux-only on purpose: the eval is already
174174 # covered by the matrix above and bench timings are runner-dependent.
175175 steps :
176- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
176+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
177177
178178 - name : Set up Node.js
179- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
179+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
180180 with :
181181 node-version : 22
182182 cache : npm
@@ -200,8 +200,8 @@ jobs:
200200 contents : read
201201 pull-requests : write
202202 steps :
203- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
204- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
203+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
204+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
205205 with :
206206 node-version : 20
207207 cache : npm
@@ -243,10 +243,10 @@ jobs:
243243 # That class of fault is invisible to `tsc`, vitest and `vite build` alike,
244244 # which is the whole argument for this leg.
245245 steps :
246- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
246+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
247247
248248 - name : Set up Node.js
249- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
249+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
250250 with :
251251 node-version : 22
252252 cache : npm
@@ -327,10 +327,10 @@ jobs:
327327 # Route lists are derived from docs-site/sync-docs.mjs, so a new page or example
328328 # extends this job the day it lands.
329329 steps :
330- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
330+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
331331
332332 - name : Set up Node.js
333- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
333+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
334334 with :
335335 # Node 22, not 18/20: archlive.spec.ts decodes the widget's `#z=` hash with
336336 # `DecompressionStream("deflate-raw")`, which Node only gained in 21.2.
0 commit comments