From d623b205ad5743d61d1c2ac553cf27489be8a661 Mon Sep 17 00:00:00 2001 From: nodauf Date: Tue, 29 Aug 2023 15:31:12 +0200 Subject: [PATCH] Update goreleaser.yml --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 375775b..4d0ff3a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 -