diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc56ab764..f9d39543e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,14 +12,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Important to ensure that GoReleaser works correctly - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: - go-version: 1.20 # You can adjust the Go version here + go-version: '1.20' # You can adjust the Go version here - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2