]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - .github/workflows/snapshot.yml
GitHub actions: fetch entire history on checkout
[dragonblocks_alpha.git] / .github / workflows / snapshot.yml
index 726b279133b2922a930a29f1e34477c2d43d3d76..eddaecf87b3c20ecd5b98a1b75eec13bdeff35d1 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