Skip to content

Commit 6f78404

Browse files
build(deps): bump LizardByte/actions from 2025.627.30023 to 2025.703.21447 in the lizardbyte-actions group (#4039)
build(deps): bump LizardByte/actions in the lizardbyte-actions group Bumps the lizardbyte-actions group with 1 update: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2025.627.30023 to 2025.703.21447 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2025.627.30023...v2025.703.21447) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.703.21447 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>
1 parent 5a40190 commit 6f78404

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-homebrew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Validate Homebrew Formula
153153
id: test
154154
if: matrix.release != true
155-
uses: LizardByte/actions/actions/release_homebrew@v2025.627.30023
155+
uses: LizardByte/actions/actions/release_homebrew@v2025.703.21447
156156
with:
157157
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
158158
git_email: ${{ secrets.GIT_EMAIL }}
@@ -229,7 +229,7 @@ jobs:
229229
github.repository_owner == 'LizardByte' &&
230230
matrix.release &&
231231
inputs.publish_release == 'true'
232-
uses: LizardByte/actions/actions/release_homebrew@v2025.627.30023
232+
uses: LizardByte/actions/actions/release_homebrew@v2025.703.21447
233233
with:
234234
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
235235
git_email: ${{ secrets.GIT_EMAIL }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Release Setup
4545
id: release-setup
46-
uses: LizardByte/actions/actions/release_setup@v2025.627.30023
46+
uses: LizardByte/actions/actions/release_setup@v2025.703.21447
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949

@@ -191,7 +191,7 @@ jobs:
191191
run: ls -l artifacts
192192

193193
- name: Create/Update GitHub Release
194-
uses: LizardByte/actions/actions/release_create@v2025.702.213340
194+
uses: LizardByte/actions/actions/release_create@v2025.703.21447
195195
with:
196196
allowUpdates: false
197197
body: ${{ needs.release-setup.outputs.release_body }}

0 commit comments

Comments
 (0)