From 899473d96546c9ba976ae00506fec3208a3c38c6 Mon Sep 17 00:00:00 2001 From: Yonathan Oren Date: Mon, 24 Mar 2025 13:50:56 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce0149801..28c38a91e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: xcode-version: '14.2' - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive lfs: true