From effa661631b7d7c154c9e9d6e3cdef530c2cd2e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:08:23 -0500 Subject: [PATCH] :arrow_up: Update actions/setup-go action to v4 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 1a0f4896b..4e4033b42 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -63,7 +63,7 @@ jobs: ./hack/update-version.sh "$TYPE" ${{ steps.changes.outputs.charts_files }} - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 - name: Install helm-docs run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest - name: Add Go bin to PATH