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: