Skip to content

Commit

Permalink
chore(deps): update homebrew/actions digest to c1d4482 in .github/wor…
Browse files Browse the repository at this point in the history
…kflows/brew-regression.yml (#376)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 4d04459 commit 10d8899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brew-regression-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
# https://github.com/Homebrew/actions/tree/master/setup-homebrew
uses: Homebrew/actions/setup-homebrew@96b62547f9c35113f88af3d8fbb24b40018217d9
uses: Homebrew/actions/setup-homebrew@c1d44829f8bbdcaca771828d77d9ee9786d09e1b
- run: brew update
- run: brew install -s ${{inputs.formula}} && brew test ${{inputs.formula}}
- run: brew linkage --cached ${{inputs.formula}}
2 changes: 1 addition & 1 deletion .github/workflows/brew-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
# https://github.com/Homebrew/actions/tree/master/setup-homebrew
uses: Homebrew/actions/setup-homebrew@96b62547f9c35113f88af3d8fbb24b40018217d9
uses: Homebrew/actions/setup-homebrew@c1d44829f8bbdcaca771828d77d9ee9786d09e1b
- run: brew update
- run: brew install ${{inputs.formula}} && brew test ${{inputs.formula}}
- run: brew linkage --cached ${{inputs.formula}}

0 comments on commit 10d8899

Please sign in to comment.