We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7cf4e8 commit d263e60Copy full SHA for d263e60
.github/workflows/tools.yml
@@ -175,7 +175,7 @@ jobs:
175
cat temp-output
176
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
177
rm temp-output
178
- # libuv update was disabled because of Feb 14, 2024 security releas
+ # libuv update was disabled because of Feb 14, 2024 security release
179
# modified the bundled version of libuv, we cannot automatically update
180
# libuv without potentially undoing those changes.
181
# - id: libuv
0 commit comments