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 }}
2424 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8888 # breaks the docs site, the playground, the MCP shim or the VS Code extension
8989 # used to reach `main` green. This job compiles all four.
9090 steps :
91- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
91+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9292
9393 - name : Set up Node.js
9494 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -157,7 +157,7 @@ jobs:
157157 # `eval:ci` and the benchmark are Linux-only on purpose: the eval is already
158158 # covered by the matrix above and bench timings are runner-dependent.
159159 steps :
160- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
160+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
161161
162162 - name : Set up Node.js
163163 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -184,7 +184,7 @@ jobs:
184184 contents : read
185185 pull-requests : write
186186 steps :
187- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
187+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
188188 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
189189 with :
190190 node-version : 20
@@ -227,7 +227,7 @@ jobs:
227227 # That class of fault is invisible to `tsc`, vitest and `vite build` alike,
228228 # which is the whole argument for this leg.
229229 steps :
230- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
230+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
231231
232232 - name : Set up Node.js
233233 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -311,7 +311,7 @@ jobs:
311311 # Route lists are derived from docs-site/sync-docs.mjs, so a new page or example
312312 # extends this job the day it lands.
313313 steps :
314- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
314+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
315315
316316 - name : Set up Node.js
317317 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
0 commit comments