build(deps): bump LizardByte/homebrew-release-action from 2024.919.145818 to 2024.1105.185654 in the lizardbyte-actions group (#3375)
build(deps): bump LizardByte/homebrew-release-action Bumps the lizardbyte-actions group with 1 update: [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action). Updates `LizardByte/homebrew-release-action` from 2024.919.145818 to 2024.1105.185654 - [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases) - [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2024.919.145818...v2024.1105.185654) --- updated-dependencies: - dependency-name: LizardByte/homebrew-release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -643,7 +643,7 @@ jobs:
|
|||||||
- name: Validate Homebrew Formula
|
- name: Validate Homebrew Formula
|
||||||
if: |
|
if: |
|
||||||
matrix.release != true
|
matrix.release != true
|
||||||
uses: LizardByte/homebrew-release-action@v2024.919.145818
|
uses: LizardByte/homebrew-release-action@v2024.1105.185654
|
||||||
with:
|
with:
|
||||||
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
|
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
|
||||||
git_email: ${{ secrets.GH_BOT_EMAIL }}
|
git_email: ${{ secrets.GH_BOT_EMAIL }}
|
||||||
@@ -692,7 +692,7 @@ jobs:
|
|||||||
github.repository_owner == 'LizardByte' &&
|
github.repository_owner == 'LizardByte' &&
|
||||||
matrix.release &&
|
matrix.release &&
|
||||||
needs.setup_release.outputs.publish_release == 'true'
|
needs.setup_release.outputs.publish_release == 'true'
|
||||||
uses: LizardByte/homebrew-release-action@v2024.919.145818
|
uses: LizardByte/homebrew-release-action@v2024.1105.185654
|
||||||
with:
|
with:
|
||||||
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
|
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
|
||||||
git_email: ${{ secrets.GH_BOT_EMAIL }}
|
git_email: ${{ secrets.GH_BOT_EMAIL }}
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
steps.check-label.outputs.hasTopic == 'true' &&
|
steps.check-label.outputs.hasTopic == 'true' &&
|
||||||
fromJson(steps.download.outputs.downloaded_files)[0]
|
fromJson(steps.download.outputs.downloaded_files)[0]
|
||||||
uses: LizardByte/homebrew-release-action@v2024.919.145818
|
uses: LizardByte/homebrew-release-action@v2024.1105.185654
|
||||||
with:
|
with:
|
||||||
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
|
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
|
||||||
git_email: ${{ secrets.GH_BOT_EMAIL }}
|
git_email: ${{ secrets.GH_BOT_EMAIL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user