Skip to content

Commit d57a95d

Browse files
ahornbyfacebook-github-bot
authored andcommitted
fix CI warning about node12 by updating actions/checkout version
Summary: X-link: facebookincubator/velox#7071 fix CI warning about node12 by updating actions/checkout version Update the actions/checkout version to fix build warning X-link: facebook/sapling#749 Reviewed By: sggutier Differential Revision: D50313430 Pulled By: genevievehelsel fbshipit-source-id: 4d55d36f7509be51bb4e26728ddbce8e45faba40
1 parent 7a73cf1 commit d57a95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/getdeps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ def write_job_for_platform(self, platform, args): # noqa: C901
10231023
out.write(" - name: Disable autocrlf\n")
10241024
out.write(" run: git config --system core.autocrlf false\n")
10251025

1026-
out.write(" - uses: actions/checkout@v2\n")
1026+
out.write(" - uses: actions/checkout@v4\n")
10271027

10281028
if build_opts.free_up_disk:
10291029
free_up_disk = "--free-up-disk "

0 commit comments

Comments
 (0)