Skip to content

Commit 7aa4b1b

Browse files
committed
ci: add ata to dependency update workflow
1 parent ec51bcf commit 7aa4b1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tools.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@ jobs:
241241
label: crypto, notable-change
242242
run: |
243243
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
244252
- id: simdjson
245253
subsystem: deps
246254
label: dependencies

0 commit comments

Comments
 (0)