From 3455025b3a9ff3772944920ac600362cd7d05eca Mon Sep 17 00:00:00 2001 From: Caraxi Date: Sun, 22 Jan 2023 18:59:59 +1030 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf708326b..ddc03558b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,10 @@ jobs: runs-on: windows-2022 steps: - name: Checkout Dalamud - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive + fetch-depth: 0 - name: Setup MSBuild uses: microsoft/setup-msbuild@v1.0.2 - name: Define VERSION