Skip to content

Commit 518c956

Browse files
build(deps): bump LizardByte/actions from 2025.907.21827 to 2025.914.154454 in the lizardbyte-actions group (#4260)
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.907.21827 to 2025.914.154454 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2025.907.21827...v2025.914.154454) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.914.154454 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 ded837a commit 518c956

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-copr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: ls -l artifacts
6060

6161
- name: Update GitHub Release
62-
uses: LizardByte/actions/actions/release_create@v2025.907.21827
62+
uses: LizardByte/actions/actions/release_create@v2025.914.154454
6363
with:
6464
allowUpdates: true
6565
body: ${{ github.event.release.body }}

.github/workflows/ci-flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: More space
3434
if: matrix.arch == 'x86_64'
35-
uses: LizardByte/actions/actions/more_space@v2025.907.21827
35+
uses: LizardByte/actions/actions/more_space@v2025.914.154454
3636
with:
3737
analyze-space-savings: true
3838
clean-all: true

.github/workflows/ci-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Validate Homebrew Formula
154154
id: test
155155
if: matrix.release != true
156-
uses: LizardByte/actions/actions/release_homebrew@v2025.907.21827
156+
uses: LizardByte/actions/actions/release_homebrew@v2025.914.154454
157157
with:
158158
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
159159
git_email: ${{ secrets.GIT_EMAIL }}

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dist: 22.04
2929
steps:
3030
- name: More space
31-
uses: LizardByte/actions/actions/more_space@v2025.907.21827
31+
uses: LizardByte/actions/actions/more_space@v2025.914.154454
3232
with:
3333
analyze-space-savings: true
3434
clean-all: true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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.907.21827
46+
uses: LizardByte/actions/actions/release_setup@v2025.914.154454
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949

@@ -202,7 +202,7 @@ jobs:
202202
run: ls -l artifacts
203203

204204
- name: Create/Update GitHub Release
205-
uses: LizardByte/actions/actions/release_create@v2025.907.21827
205+
uses: LizardByte/actions/actions/release_create@v2025.914.154454
206206
with:
207207
allowUpdates: false
208208
body: ${{ needs.release-setup.outputs.release_body }}
@@ -231,7 +231,7 @@ jobs:
231231
path: homebrew
232232

233233
- name: Upload Homebrew Beta Formula
234-
uses: LizardByte/actions/actions/release_homebrew@v2025.907.21827
234+
uses: LizardByte/actions/actions/release_homebrew@v2025.914.154454
235235
with:
236236
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
237237
git_email: ${{ secrets.GH_BOT_EMAIL }}

0 commit comments

Comments
 (0)