]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
GitHub actions: fetch entire history on checkout
authorElias Fleckenstein <eliasfleckenstein@web.de>
Tue, 12 Jul 2022 23:32:27 +0000 (01:32 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Tue, 12 Jul 2022 23:32:27 +0000 (01:32 +0200)
.github/workflows/build.yml
.github/workflows/snapshot.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
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