From afcd2c517a07f844b271fa82982f96ed436216d2 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:39:18 +0200 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.1.0 (#501) Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com> --- .github/workflows/build-trigger-argo-workflow.yaml | 2 +- .github/workflows/test-techdocs-rewrite-relative-links.yaml | 2 +- actions/techdocs-rewrite-relative-links/action.yaml | 2 +- actions/trigger-argo-workflow/action.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-trigger-argo-workflow.yaml b/.github/workflows/build-trigger-argo-workflow.yaml index e9dbdaa58..ad92ad816 100644 --- a/.github/workflows/build-trigger-argo-workflow.yaml +++ b/.github/workflows/build-trigger-argo-workflow.yaml @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: check-latest: true cache-dependency-path: | diff --git a/.github/workflows/test-techdocs-rewrite-relative-links.yaml b/.github/workflows/test-techdocs-rewrite-relative-links.yaml index 471ca6a3c..79071a387 100644 --- a/.github/workflows/test-techdocs-rewrite-relative-links.yaml +++ b/.github/workflows/test-techdocs-rewrite-relative-links.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: check-latest: true go-version: "1.22.2" diff --git a/actions/techdocs-rewrite-relative-links/action.yaml b/actions/techdocs-rewrite-relative-links/action.yaml index cdf684255..61feb2133 100644 --- a/actions/techdocs-rewrite-relative-links/action.yaml +++ b/actions/techdocs-rewrite-relative-links/action.yaml @@ -77,7 +77,7 @@ runs: path: ${{ inputs.checkout-action-repository-path }} - name: Setup go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: check-latest: true cache-dependency-path: | diff --git a/actions/trigger-argo-workflow/action.yaml b/actions/trigger-argo-workflow/action.yaml index 4febac170..222384259 100644 --- a/actions/trigger-argo-workflow/action.yaml +++ b/actions/trigger-argo-workflow/action.yaml @@ -57,7 +57,7 @@ runs: uses: ./_shared-workflows-trigger-argo-workflow/actions/setup-argo - name: Setup go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: check-latest: true cache-dependency-path: |