Skip to content

Commit c16f0ad

Browse files
build(deps): bump LizardByte/actions from 2025.917.25039 to 2025.927.193939 in the lizardbyte-actions group (#4309)
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.917.25039 to 2025.927.193939 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2025.917.25039...v2025.927.193939) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.927.193939 dependency-type: direct:production update-type: version-update:semver-minor 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 c4e5a69 commit c16f0ad

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci-copr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: ls -l artifacts
6363

6464
- name: Update GitHub Release
65-
uses: LizardByte/actions/actions/release_create@v2025.917.25039
65+
uses: LizardByte/actions/actions/release_create@v2025.927.193939
6666
with:
6767
allowUpdates: true
6868
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.917.25039
35+
uses: LizardByte/actions/actions/more_space@v2025.927.193939
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
@@ -149,7 +149,7 @@ jobs:
149149
- name: Validate Homebrew Formula
150150
id: test
151151
if: matrix.release != true
152-
uses: LizardByte/actions/actions/release_homebrew@v2025.917.25039
152+
uses: LizardByte/actions/actions/release_homebrew@v2025.927.193939
153153
with:
154154
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
155155
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.917.25039
31+
uses: LizardByte/actions/actions/more_space@v2025.927.193939
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.917.25039
46+
uses: LizardByte/actions/actions/release_setup@v2025.927.193939
4747

4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -205,7 +205,7 @@ jobs:
205205
run: ls -l artifacts
206206

207207
- name: Create/Update GitHub Release
208-
uses: LizardByte/actions/actions/release_create@v2025.917.25039
208+
uses: LizardByte/actions/actions/release_create@v2025.927.193939
209209
with:
210210
allowUpdates: false
211211
body: ${{ needs.release-setup.outputs.release_body }}
@@ -234,7 +234,7 @@ jobs:
234234
path: homebrew
235235

236236
- name: Upload Homebrew Beta Formula
237-
uses: LizardByte/actions/actions/release_homebrew@v2025.917.25039
237+
uses: LizardByte/actions/actions/release_homebrew@v2025.927.193939
238238
with:
239239
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
240240
git_email: ${{ secrets.GH_BOT_EMAIL }}

0 commit comments

Comments
 (0)