Skip to content

Commit

Permalink
fix CI warning about node12 by updating actions/checkout version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ahornby authored and facebook-github-bot committed Oct 16, 2023
1 parent d18bdea commit 12e3336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/getdeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def write_job_for_platform(self, platform, args): # noqa: C901
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 "
Expand Down

0 comments on commit 12e3336

Please sign in to comment.