Skip to content

Commit a502638

Browse files
avivkellertargos
authored andcommitted
meta: fix typo in dependency updates
PR-URL: #53471 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
1 parent 513e6aa commit a502638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
cat temp-output
175175
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
176176
rm temp-output
177-
# libuv update was disabled because of Feb 14, 2024 security releas
177+
# libuv update was disabled because of Feb 14, 2024 security release
178178
# modified the bundled version of libuv, we cannot automatically update
179179
# libuv without potentially undoing those changes.
180180
# - id: libuv

0 commit comments

Comments
 (0)