summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index c608ae7956..0865467060 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -139,7 +139,7 @@ jobs:
subsystem: deps
label: dependencies
run: |
- ./tools/dep_updaters/nghttp2.sh > temp-output
+ ./tools/dep_updaters/update-nghttp2.sh > temp-output
cat temp-output
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
rm temp-output