From 40924e655d64d2f3c94a940af7042d0e927bd855 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Thu, 23 Jan 2025 10:40:50 +1100 Subject: [PATCH] ci: add checkout of self --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5ec601..2edf8f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,11 @@ jobs: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" ` -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force - - name: Checkout repository - uses: actions/checkout@v3 + - name: Checkout self + uses: actions/checkout@v4 + + - name: Checkout Zed + uses: actions/checkout@v4 with: repository: zed-industries/zed ref: main