mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
fix CI warning about node12 by updating actions/checkout version
Summary: X-link: https://github.com/facebookincubator/velox/pull/7071 fix CI warning about node12 by updating actions/checkout version Update the actions/checkout version to fix build warning X-link: https://github.com/facebook/sapling/pull/749 Reviewed By: sggutier Differential Revision: D50313430 Pulled By: genevievehelsel fbshipit-source-id: 4d55d36f7509be51bb4e26728ddbce8e45faba40
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7a73cf1947
commit
d57a95d41e
@@ -1023,7 +1023,7 @@ jobs:
|
||||
out.write(" - name: Disable autocrlf\n")
|
||||
out.write(" run: git config --system core.autocrlf false\n")
|
||||
|
||||
out.write(" - uses: actions/checkout@v2\n")
|
||||
out.write(" - uses: actions/checkout@v4\n")
|
||||
|
||||
if build_opts.free_up_disk:
|
||||
free_up_disk = "--free-up-disk "
|
||||
|
Reference in New Issue
Block a user