diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 61a4f62..ce8e3e5 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 -