From 2e6fe90919559ccaae585020791abe851c0a55c8 Mon Sep 17 00:00:00 2001 From: Gerrit Edzards <38693852+gerrit-amagno@users.noreply.github.com> Date: Tue, 30 May 2023 17:43:15 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a407917..e306c08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: configuration: Release steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0