Skip to content

Commit ae1ee8f

Browse files
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](LizardByte/homebrew-release-action@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](LizardByte/update-changelog-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e049e3 commit ae1ee8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
- name: Validate Homebrew Formula
618618
id: test
619619
if: matrix.release != true
620-
uses: LizardByte/homebrew-release-action@v2025.503.165455
620+
uses: LizardByte/homebrew-release-action@v2025.506.15440
621621
with:
622622
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
623623
git_email: ${{ secrets.GH_BOT_EMAIL }}
@@ -730,7 +730,7 @@ jobs:
730730
github.repository_owner == 'LizardByte' &&
731731
matrix.release &&
732732
needs.setup_release.outputs.publish_release == 'true'
733-
uses: LizardByte/homebrew-release-action@v2025.503.165455
733+
uses: LizardByte/homebrew-release-action@v2025.506.15440
734734
with:
735735
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
736736
git_email: ${{ secrets.GH_BOT_EMAIL }}

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Update Changelog
33-
uses: LizardByte/update-changelog-action@v2024.919.152649
33+
uses: LizardByte/update-changelog-action@v2025.426.173858
3434
with:
3535
changelogBranch: changelog
3636
changelogFile: CHANGELOG.md

.github/workflows/update-homebrew-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: >-
6464
steps.check-label.outputs.hasTopic == 'true' &&
6565
fromJson(steps.download.outputs.downloaded_files)[0]
66-
uses: LizardByte/homebrew-release-action@v2024.1115.14934
66+
uses: LizardByte/homebrew-release-action@v2025.506.15440
6767
with:
6868
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
6969
git_email: ${{ secrets.GH_BOT_EMAIL }}

0 commit comments

Comments
 (0)