From b0bd2a1aec7a2fc9b462a75ae0ede2d06c65f3b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 15:47:17 +0000 Subject: [PATCH] chore(deps): update homebrew/actions digest to 62b60dc --- .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 dde48954..29a50a56 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@4d8ef9137315c93ab2519ea4939e503b14e6d5c0 + - uses: Homebrew/actions/setup-homebrew@62b60dcf99c9d2f2ef0b77fc1134dea723942a71 - 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@4d8ef9137315c93ab2519ea4939e503b14e6d5c0 + - uses: Homebrew/actions/setup-homebrew@62b60dcf99c9d2f2ef0b77fc1134dea723942a71 - name: Set up gotestfmt uses: gotesttools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.5.0 with: