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 ec51bcf commit 7aa4b1bCopy full SHA for 7aa4b1b
.github/workflows/tools.yml
@@ -241,6 +241,14 @@ jobs:
241
label: crypto, notable-change
242
run: |
243
node ./tools/dep_updaters/update-root-certs.mjs -v -f "$GITHUB_ENV"
244
+ - id: ata
245
+ subsystem: deps
246
+ label: dependencies
247
+ run: |
248
+ ./tools/dep_updaters/update-ata.sh > temp-output
249
+ cat temp-output
250
+ tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
251
+ rm temp-output
252
- id: simdjson
253
subsystem: deps
254
label: dependencies
0 commit comments