From 6d2ddbb63571b40b3217390530722bb28be37d42 Mon Sep 17 00:00:00 2001 From: David Marby Date: Wed, 9 Mar 2022 21:43:37 +0100 Subject: [PATCH] Stop pulling test-bot tap, and update all taps before checking for updates (#4569) --- .github/workflows/homebrew.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index e5b2008f0..e998f95fd 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -16,6 +16,8 @@ jobs: - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master + with: + test-bot: false - name: Cache Homebrew Bundler RubyGems id: cache @@ -37,6 +39,9 @@ jobs: with: username: 'insomnia-infra' + - name: Update brew + run: brew update + # Update Homebrew's Inso(mnia) formulae # https://github.com/Homebrew/actions/tree/master/bump-formulae - name: Bump Inso (Beta) Formula