Skip to content

Commit

Permalink
chore(deps): update homebrew/actions digest to bd3f092 in .github/wor…
Browse files Browse the repository at this point in the history
…kflows/brew-regression.yml
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent d448c8e commit 767d8c8
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@13341b4d5e459a98bbe0b122b12c11bf90518cc8
uses: Homebrew/actions/setup-homebrew@bd3f0921b8ffa26d2483479fe640cd6889cc0246
- 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@13341b4d5e459a98bbe0b122b12c11bf90518cc8
uses: Homebrew/actions/setup-homebrew@bd3f0921b8ffa26d2483479fe640cd6889cc0246
- run: brew update
- run: brew install ${{inputs.formula}} && brew test ${{inputs.formula}}
- run: brew linkage --cached ${{inputs.formula}}

0 comments on commit 767d8c8

Please sign in to comment.