From 3fa6382e0cca995d25a4194db8abdfdb33319b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:29:31 +0000 Subject: [PATCH] chore(deps): update homebrew/actions digest to 036d6ad --- .github/workflows/golang.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index b7e93b0b..c1866cfe 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-golang - - uses: Homebrew/actions/setup-homebrew@b04401e20b1aef21843d7c3e261d27a89f65af7d + - uses: Homebrew/actions/setup-homebrew@036d6ada0ee491824f6ec1f73ab18cc2c1c4d200 - name: Run go test id: golang-test run: | @@ -175,7 +175,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-golang - - uses: Homebrew/actions/setup-homebrew@b04401e20b1aef21843d7c3e261d27a89f65af7d + - uses: Homebrew/actions/setup-homebrew@036d6ada0ee491824f6ec1f73ab18cc2c1c4d200 - name: Set up gotestfmt uses: gotesttools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.5.0 with: