From 2262f0d44b2f30abd75179093b77dd5d1b2cc030 Mon Sep 17 00:00:00 2001 From: Voltstro Date: Wed, 9 Aug 2023 20:48:16 +1000 Subject: [PATCH] Update CI checkout task --- .github/workflows/main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e06aa921..4c61d69f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,8 @@ jobs: steps: #Restore - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: - lfs: false path: 'UnityWebBrowserSource/' #Setup the Environment @@ -55,9 +54,8 @@ jobs: steps: #Checkout - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: - lfs: false path: 'UnityWebBrowserSource/' #Restore the cache for pages @@ -80,9 +78,9 @@ jobs: steps: #Checkout - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: - lfs: false + fetch-depth: 0 submodules: 'recursive' path: 'UnityWebBrowserSource/'