diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index a620aa72a65137..be34debc9a0db5 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -41,6 +41,7 @@ on: - undici - uvwasi - zlib + - zstd env: PYTHON_VERSION: '3.12' @@ -283,6 +284,14 @@ jobs: cat temp-output tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true rm temp-output + - id: zstd + subsystem: deps + label: dependencies, zlib + run: | + ./tools/dep_updaters/update-zstd.sh > temp-output + cat temp-output + tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true + rm temp-output steps: - name: Setup Git config run: |