From 17fd86726d36c154fedbef6fa1eae9875702cfaf Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 Apr 2024 23:45:47 +0800 Subject: [PATCH] chore: update goreleaser action version --- .github/workflows/build-artifacts-and-draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts-and-draft-release.yml b/.github/workflows/build-artifacts-and-draft-release.yml index f35362d..bb3d95b 100644 --- a/.github/workflows/build-artifacts-and-draft-release.yml +++ b/.github/workflows/build-artifacts-and-draft-release.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: