From f461e3164fb18294b86aa292e430ef7139e6b474 Mon Sep 17 00:00:00 2001 From: Nate O'Farrell Date: Sun, 13 Sep 2026 23:09:49 -0400 Subject: [PATCH] ci: track the main branch of Homebrew/actions --- .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 c9b938a..f3e3306 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@1e34f2e2acaa766b7efacb8c26352e6abbb023f9 # 2026.09.13.1 + - uses: Homebrew/actions/setup-homebrew@082c94ee19e776205cfa8e43802917d1425e2fe7 # main - name: Bump the cask in the tap env: HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}