From 64fe7f8cbe7da0022aacba0b919bfba1a5d8357d Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 7 May 2024 17:07:26 +0800 Subject: [PATCH] fix: update `checkout` action in ci --- .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 304f2f5..4045b2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: xcode-version: latest-stable - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive