Skip to content

Commit 2ded636

Browse files
committed
ci: add ata to dependency update workflow
1 parent 1888293 commit 2ded636

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tools.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,14 @@ jobs:
250250
label: crypto, notable-change
251251
run: |
252252
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
253261
- id: simdjson
254262
subsystem: deps
255263
label: dependencies

0 commit comments

Comments
 (0)