From 36d5b6daf98c917bc8088f8a8e2a8a6422fea39b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:54:31 -0600 Subject: [PATCH] chore(deps): update homebrew/actions digest to 24e4659 (#650) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/install-uds-cli/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-uds-cli/action.yaml b/.github/actions/install-uds-cli/action.yaml index 31e209d4..3a0a3fc0 100644 --- a/.github/actions/install-uds-cli/action.yaml +++ b/.github/actions/install-uds-cli/action.yaml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@a6188048cd0171bb4cac956feeff00e588500e7d # master + uses: Homebrew/actions/setup-homebrew@24e465905d82014ef1220158da9e9d369425407b # master - name: Install UDS CLI shell: bash