From be737eb60515cbc12e31e46258d71328e3e6658c Mon Sep 17 00:00:00 2001 From: Marko Juraga Date: Thu, 9 Nov 2023 15:43:51 +0100 Subject: [PATCH] MINOR: goreleaser: update go actions --- .github/workflows/.goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.goreleaser.yml b/.github/workflows/.goreleaser.yml index f4431fa2..85bc5876 100644 --- a/.github/workflows/.goreleaser.yml +++ b/.github/workflows/.goreleaser.yml @@ -13,12 +13,12 @@ jobs: # we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/. fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version-file: 'go.mod' check-latest: true - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser version: latest