From 01a6dfd1de302740def85dc1f114a44b24fc7e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:27:41 -0400 Subject: [PATCH] build(deps): bump LizardByte/actions from 2025.1020.14905 to 2025.1028.23217 in the lizardbyte-actions group (#4365) 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.1020.14905 to 2025.1028.23217 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2025.1020.14905...v2025.1028.23217) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.1028.23217 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-copr.yml | 2 +- .github/workflows/ci-flatpak.yml | 2 +- .github/workflows/ci-homebrew.yml | 2 +- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-copr.yml b/.github/workflows/ci-copr.yml index b89ba923..c4b3a098 100644 --- a/.github/workflows/ci-copr.yml +++ b/.github/workflows/ci-copr.yml @@ -62,7 +62,7 @@ jobs: run: ls -l artifacts - name: Update GitHub Release - uses: LizardByte/actions/actions/release_create@v2025.1020.14905 + uses: LizardByte/actions/actions/release_create@v2025.1028.23217 with: allowUpdates: true body: ${{ github.event.release.body }} diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 526f95a3..a9527b8f 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -32,7 +32,7 @@ jobs: steps: - name: More space if: matrix.arch == 'x86_64' - uses: LizardByte/actions/actions/more_space@v2025.1020.14905 + uses: LizardByte/actions/actions/more_space@v2025.1028.23217 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 6943ff98..86fd729e 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -149,7 +149,7 @@ jobs: - name: Validate Homebrew Formula id: test if: matrix.release != true - uses: LizardByte/actions/actions/release_homebrew@v2025.1020.14905 + uses: LizardByte/actions/actions/release_homebrew@v2025.1028.23217 with: formula_file: ${{ github.workspace }}/homebrew/sunshine.rb git_email: ${{ secrets.GIT_EMAIL }} diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 21387634..d7c4d16a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -28,7 +28,7 @@ jobs: dist: 22.04 steps: - name: More space - uses: LizardByte/actions/actions/more_space@v2025.1020.14905 + uses: LizardByte/actions/actions/more_space@v2025.1028.23217 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ade9c22..c3659256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Release Setup id: release-setup - uses: LizardByte/actions/actions/release_setup@v2025.1020.14905 + uses: LizardByte/actions/actions/release_setup@v2025.1028.23217 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -210,7 +210,7 @@ jobs: run: ls -l artifacts - name: Create/Update GitHub Release - uses: LizardByte/actions/actions/release_create@v2025.1020.14905 + uses: LizardByte/actions/actions/release_create@v2025.1028.23217 with: allowUpdates: false body: ${{ needs.release-setup.outputs.release_body }} @@ -239,7 +239,7 @@ jobs: path: homebrew - name: Upload Homebrew Beta Formula - uses: LizardByte/actions/actions/release_homebrew@v2025.1020.14905 + uses: LizardByte/actions/actions/release_homebrew@v2025.1028.23217 with: formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb git_email: ${{ secrets.GH_BOT_EMAIL }}