From e023c7801c5c9164c7b3c41e3e357c58c3d43432 Mon Sep 17 00:00:00 2001 From: Nate O'Farrell Date: Sun, 13 Sep 2026 22:55:24 -0400 Subject: [PATCH] ci: pin setup-homebrew to a tagged release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6db45b8..c9b938a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -288,7 +288,7 @@ jobs: else echo "VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV" fi - - uses: Homebrew/actions/setup-homebrew@49d03f1bf5d455a413dfbdf99e6718054a4cd975 # master + - uses: Homebrew/actions/setup-homebrew@1e34f2e2acaa766b7efacb8c26352e6abbb023f9 # 2026.09.13.1 - name: Bump the cask in the tap env: HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}