Skip to content

Commit

Permalink
chore(deps): update homebrew/actions digest to a040892 (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 4417516 commit c09d115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -51,7 +51,7 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
# https://github.com/Homebrew/actions/tree/master/setup-homebrew
uses: Homebrew/actions/setup-homebrew@1ecf3ce6eeb8fbfad15b3c58897a5a046bbe3ac1
uses: Homebrew/actions/setup-homebrew@a040892d2e6501bf2cda27a1859e069aa147414a
- 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 @@ -51,7 +51,7 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
# https://github.com/Homebrew/actions/tree/master/setup-homebrew
uses: Homebrew/actions/setup-homebrew@1ecf3ce6eeb8fbfad15b3c58897a5a046bbe3ac1
uses: Homebrew/actions/setup-homebrew@a040892d2e6501bf2cda27a1859e069aa147414a
- run: brew update
- run: brew install ${{inputs.formula}} && brew test ${{inputs.formula}}
- run: brew linkage --cached ${{inputs.formula}}
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@1ecf3ce6eeb8fbfad15b3c58897a5a046bbe3ac1
uses: Homebrew/actions/setup-homebrew@a040892d2e6501bf2cda27a1859e069aa147414a

- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
Expand Down

0 comments on commit c09d115

Please sign in to comment.