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