summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYagiz Nizipli <yagiz@nizipli.com>2022-12-25 17:29:11 -0500
committerGitHub <noreply@github.com>2022-12-25 22:29:11 +0000
commit7c7d2e8dc6a3bbc02e45ce8e08845c49b795670d (patch)
treeb0daf1e6ffc17d70b2fd4e67ab5d0c46fd16a52a /.github
parent67a1994dd8bdfa89f6d5c247b8735084cd43ac68 (diff)
downloadnode-new-7c7d2e8dc6a3bbc02e45ce8e08845c49b795670d.tar.gz
deps: fix updater github workflow job
PR-URL: https://github.com/nodejs/node/pull/45972 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.github')
-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 91156f6c1c..e5e6f18269 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -133,7 +133,7 @@ jobs:
CURRENT_VERSION=$(grep "#define SIMDUTF_VERSION" ./deps/simdutf/simdutf.h | sed -n "s/^.*VERSION \(.*\)/\1/p")
if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
- ./tools/update-simdutf.sh "$NEW_VERSION"
+ ./tools/dep_updaters/update-simdutf.sh "$NEW_VERSION"
fi
steps:
- uses: actions/checkout@v3