]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - .github/workflows/build.yml
GitHub actions: fetch entire history on checkout
[dragonblocks_alpha.git] / .github / workflows / build.yml
index 1a0fb92c114f06ff550dd46d6fcaccf8240c8fb5..5f5954c0cdfc386d27ed69db62004dcc6f785dd9 100644 (file)
@@ -5,9 +5,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository and submodules
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           submodules: recursive
+          fetch-depth: 0
       - name: Install deps
         run: |
           sudo apt-get update