diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 3cedefecb05812..dfb843097a0ec3 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -182,7 +182,7 @@ jobs: cat temp-output tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true rm temp-output - # libuv update was disabled because of Feb 14, 2024 security releas + # libuv update was disabled because of Feb 14, 2024 security release # modified the bundled version of libuv, we cannot automatically update # libuv without potentially undoing those changes. # - id: libuv