Skip to content

Commit

Permalink
ci(deps): update homebrew/actions digest to c9f08ac
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent f6cf7b3 commit bc782d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master
uses: Homebrew/actions/setup-homebrew@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master

- name: Set up git
uses: Homebrew/actions/git-user-config@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master
uses: Homebrew/actions/git-user-config@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master

- name: Pull bottles
id: pr-pull
Expand All @@ -48,7 +48,7 @@ jobs:
run: brew pr-upload --debug

- name: Push commits
uses: Homebrew/actions/git-try-push@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master
uses: Homebrew/actions/git-try-push@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master
with:
token: ${{ github.token }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master
uses: Homebrew/actions/setup-homebrew@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master

- name: Cache Homebrew Bundler RubyGems
id: cache
Expand Down

0 comments on commit bc782d4

Please sign in to comment.