From 23fe5d5a191d98b81315dc795cc7004bfe579d8c Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 26 Oct 2023 14:50:42 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4908294ef3a9..a8b3541ad769 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-13] steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: "recursive" fetch-depth: 0