diff --git a/.github/actions/install-deps/action.yaml b/.github/actions/install-deps/action.yaml index c04a0b6f4..fb60cecf8 100644 --- a/.github/actions/install-deps/action.yaml +++ b/.github/actions/install-deps/action.yaml @@ -24,7 +24,7 @@ runs: if: runner.os == 'macOS' shell: bash run: | - brew install expect bash-completion + brew install expect bash-completion@2 - name: Install yq uses: dcarbone/install-yq-action@4075b4dca348d74bd83f2bf82d30f25d7c54539b # v1.3.1