From b01d2bb850508be9a58f0ba299dff499ffd6f59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:21:20 +0000 Subject: [PATCH] build(deps): bump the lizardbyte-actions group across 1 directory with 3 updates Bumps the lizardbyte-actions group with 3 updates in the / directory: [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action), [LizardByte/setup-python-action](https://github.com/lizardbyte/setup-python-action) and [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action). Updates `LizardByte/setup-release-action` from 2024.919.143601 to 2025.612.120948 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2024.919.143601...v2025.612.120948) Updates `LizardByte/setup-python-action` from 2024.609.5111 to 2025.612.124814 - [Release notes](https://github.com/lizardbyte/setup-python-action/releases) - [Commits](https://github.com/lizardbyte/setup-python-action/compare/v2024.609.5111...v2025.612.124814) Updates `LizardByte/create-release-action` from 2024.919.143026 to 2025.612.13419 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.919.143026...v2025.612.13419) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.612.120948 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions - dependency-name: LizardByte/setup-python-action dependency-version: 2025.612.124814 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-version: 2025.612.13419 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 8 ++++---- .github/workflows/localize.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2406092a..9a7db35a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2024.919.143601 + uses: LizardByte/setup-release-action@v2025.612.120948 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -47,7 +47,7 @@ jobs: submodules: recursive - name: Set up Python - uses: LizardByte/setup-python-action@v2024.609.5111 + uses: LizardByte/setup-python-action@v2025.612.124814 with: python-version: '2.7' @@ -131,7 +131,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.919.143026 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -171,7 +171,7 @@ jobs: rm Themerr-plex.bundle.zip - name: Set up Python - uses: LizardByte/setup-python-action@v2024.609.5111 + uses: LizardByte/setup-python-action@v2025.612.124814 with: python-version: '2.7' diff --git a/.github/workflows/localize.yml b/.github/workflows/localize.yml index c2b0bc6a..d992c4cb 100644 --- a/.github/workflows/localize.yml +++ b/.github/workflows/localize.yml @@ -23,7 +23,7 @@ jobs: submodules: recursive - name: Set up Python - uses: LizardByte/setup-python-action@v2024.609.5111 + uses: LizardByte/setup-python-action@v2025.612.124814 with: python-version: '2.7'