diff --git a/.github/workflows/validate-homebrew.yml b/.github/workflows/validate-homebrew.yml index 0df3410..fc87801 100644 --- a/.github/workflows/validate-homebrew.yml +++ b/.github/workflows/validate-homebrew.yml @@ -31,11 +31,12 @@ jobs: uses: actions/checkout@v4 - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main - name: Tap and install modernize run: | brew tap ${{ github.repository }} https://github.com/${{ github.repository }} + brew trust ${{ github.repository }} brew install modernize - name: Extract expected version from formula diff --git a/README.md b/README.md index 6c3c08c..ea7526e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Minimum requirements: **Option 1 — Homebrew:** ```bash brew tap microsoft/modernize https://github.com/microsoft/modernize-cli +brew trust microsoft/modernize brew install modernize ```