From 1e082ab790b10c1f11b81a270587c534bc2d4d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:12:41 -0400 Subject: [PATCH] build(deps): bump the lizardbyte-actions group across 1 directory with 3 updates (#3970) Bumps the lizardbyte-actions group with 3 updates in the / directory: [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action), [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) and [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action). Updates `LizardByte/setup-release-action` from 2025.426.225 to 2025.612.120948 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2025.426.225...v2025.612.120948) Updates `LizardByte/create-release-action` from 2025.426.1549 to 2025.612.13419 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2025.426.1549...v2025.612.13419) Updates `LizardByte/homebrew-release-action` from 2025.506.15440 to 2025.612.123332 - [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases) - [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2025.506.15440...v2025.612.123332) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.612.120948 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-version: 2025.612.13419 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/homebrew-release-action dependency-version: 2025.612.123332 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.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cf005b1b..06274527 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2025.426.225 + uses: LizardByte/setup-release-action@v2025.612.120948 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -252,7 +252,7 @@ jobs: - name: Create/Update GitHub Release if: needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2025.426.1549 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -485,7 +485,7 @@ jobs: - name: Create/Update GitHub Release if: needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2025.426.1549 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -621,7 +621,7 @@ jobs: - name: Validate Homebrew Formula id: test if: matrix.release != true - uses: LizardByte/homebrew-release-action@v2025.506.15440 + uses: LizardByte/homebrew-release-action@v2025.612.123332 with: formula_file: ${{ github.workspace }}/homebrew/sunshine.rb git_email: ${{ secrets.GH_BOT_EMAIL }} @@ -699,7 +699,7 @@ jobs: if: >- matrix.release && needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2025.426.1549 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true artifacts: '${{ github.workspace }}/homebrew/*' @@ -734,7 +734,7 @@ jobs: github.repository_owner == 'LizardByte' && matrix.release && needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/homebrew-release-action@v2025.506.15440 + uses: LizardByte/homebrew-release-action@v2025.612.123332 with: formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb git_email: ${{ secrets.GH_BOT_EMAIL }} @@ -1077,7 +1077,7 @@ jobs: - name: Create/Update GitHub Release if: needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2025.426.1549 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }}