diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9634cac..87501c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # goreleaser needs full history for changelog - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: # Keep in sync with the `go` directive in go.mod. setup-go pins # GOTOOLCHAIN=local, so a mismatch here blocks goreleaser's