We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1888293 commit 2ded636Copy full SHA for 2ded636
1 file changed
.github/workflows/tools.yml
@@ -250,6 +250,14 @@ jobs:
250
label: crypto, notable-change
251
run: |
252
node ./tools/dep_updaters/update-root-certs.mjs -v -f "$GITHUB_ENV"
253
+ - id: ata
254
+ subsystem: deps
255
+ label: dependencies
256
+ run: |
257
+ ./tools/dep_updaters/update-ata.sh > temp-output
258
+ cat temp-output
259
+ tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
260
+ rm temp-output
261
- id: simdjson
262
subsystem: deps
263
label: dependencies
0 commit comments