5656 runs-on : ubuntu-latest
5757 timeout-minutes : 15
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 - name : Setup Node.js
6161 uses : actions/setup-node@v6
6262 with :
9191 matrix :
9292 check : [lint, typecheck, test:ci, lint:mermaid]
9393 steps :
94- - uses : actions/checkout@v5
94+ - uses : actions/checkout@v6
9595 - name : Setup Node.js
9696 uses : actions/setup-node@v6
9797 with :
@@ -156,7 +156,7 @@ jobs:
156156 needs : setup
157157 timeout-minutes : 15
158158 steps :
159- - uses : actions/checkout@v5
159+ - uses : actions/checkout@v6
160160 - name : Setup Node.js
161161 uses : actions/setup-node@v6
162162 with :
@@ -189,6 +189,9 @@ jobs:
189189 runs-on : ubuntu-latest
190190 needs : setup
191191 timeout-minutes : 20
192+ permissions :
193+ contents : read
194+ actions : read
192195 strategy :
193196 fail-fast : false
194197 matrix :
@@ -203,7 +206,7 @@ jobs:
203206 token : CHROMATIC_TOKENS_PROJECT_TOKEN
204207 dir : packages/tokens
205208 steps :
206- - uses : actions/checkout@v5
209+ - uses : actions/checkout@v6
207210 with :
208211 fetch-depth : 0
209212 - name : Setup Node.js
@@ -257,7 +260,7 @@ jobs:
257260 id-token : write
258261 contents : write
259262 steps :
260- - uses : actions/checkout@v5
263+ - uses : actions/checkout@v6
261264 with :
262265 fetch-depth : 0
263266
@@ -349,7 +352,7 @@ jobs:
349352 id-token : write
350353 contents : write
351354 steps :
352- - uses : actions/checkout@v5
355+ - uses : actions/checkout@v6
353356 with :
354357 fetch-depth : 0
355358
0 commit comments