Skip to content

Commit

Permalink
build(deps): bump LizardByte/homebrew-release-action
Browse files Browse the repository at this point in the history
Bumps [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action) from 2024.809.31635 to 2024.919.145818.
- [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases)
- [Commits](LizardByte/homebrew-release-action@v2024.809.31635...v2024.919.145818)

---
updated-dependencies:
- dependency-name: LizardByte/homebrew-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2024
1 parent ea871d2 commit 0d95146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ jobs:
- name: Validate Homebrew Formula
if: |
matrix.release != true
uses: LizardByte/homebrew-release-action@v2024.809.31635
uses: LizardByte/homebrew-release-action@v2024.919.145818
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down Expand Up @@ -632,7 +632,7 @@ jobs:
if: >-
matrix.release &&
needs.setup_release.outputs.publish_release == 'true'
uses: LizardByte/homebrew-release-action@v2024.809.31635
uses: LizardByte/homebrew-release-action@v2024.919.145818
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: >-
steps.check.outputs.hasTopic == 'true' &&
fromJson(steps.download.outputs.downloaded_files)[0]
uses: LizardByte/homebrew-release-action@v2024.809.31635
uses: LizardByte/homebrew-release-action@v2024.919.145818
with:
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down

0 comments on commit 0d95146

Please sign in to comment.