From 252dfd76148973134e5fbab7b264dfa751abb5a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:09:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to 41dfa10 --- .github/workflows/make-deb-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-deb-and-publish.yaml b/.github/workflows/make-deb-and-publish.yaml index 708768c..0508d09 100644 --- a/.github/workflows/make-deb-and-publish.yaml +++ b/.github/workflows/make-deb-and-publish.yaml @@ -41,7 +41,7 @@ jobs: repository: grafana/loki.git ref: ${{ env.PACKAGE_VERSION }} - name: Set up Golang - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 with: go-version: 1.21 cache: false