build(deps): bump the lizardbyte-actions group with 2 updates (#3822)
Bumps the lizardbyte-actions group with 2 updates: [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action) and [LizardByte/update-changelog-action](https://github.com/lizardbyte/update-changelog-action). Updates `LizardByte/homebrew-release-action` from 2024.1115.14934 to 2025.426.194543 - [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases) - [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2024.1115.14934...v2025.426.194543) Updates `LizardByte/update-changelog-action` from 2024.919.152649 to 2025.426.173858 - [Release notes](https://github.com/lizardbyte/update-changelog-action/releases) - [Commits](https://github.com/lizardbyte/update-changelog-action/compare/v2024.919.152649...v2025.426.173858) --- updated-dependencies: - dependency-name: LizardByte/homebrew-release-action dependency-version: 2025.426.194543 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions - dependency-name: LizardByte/update-changelog-action dependency-version: 2025.426.173858 dependency-type: direct:production update-type: version-update:semver-major 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:
parent
5e049e3c61
commit
ae1ee8fb45
3 changed files with 4 additions and 4 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -617,7 +617,7 @@ jobs:
|
||||||
- name: Validate Homebrew Formula
|
- name: Validate Homebrew Formula
|
||||||
id: test
|
id: test
|
||||||
if: matrix.release != true
|
if: matrix.release != true
|
||||||
uses: LizardByte/homebrew-release-action@v2025.503.165455
|
uses: LizardByte/homebrew-release-action@v2025.506.15440
|
||||||
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 }}
|
||||||
|
|
@ -730,7 +730,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@v2025.503.165455
|
uses: LizardByte/homebrew-release-action@v2025.506.15440
|
||||||
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 }}
|
||||||
|
|
|
||||||
2
.github/workflows/update-changelog.yml
vendored
2
.github/workflows/update-changelog.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update Changelog
|
- name: Update Changelog
|
||||||
uses: LizardByte/update-changelog-action@v2024.919.152649
|
uses: LizardByte/update-changelog-action@v2025.426.173858
|
||||||
with:
|
with:
|
||||||
changelogBranch: changelog
|
changelogBranch: changelog
|
||||||
changelogFile: CHANGELOG.md
|
changelogFile: CHANGELOG.md
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,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.1115.14934
|
uses: LizardByte/homebrew-release-action@v2025.506.15440
|
||||||
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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue