Skip to content

Commit 4a5e54e

Browse files
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/create-release-action](https://github.com/lizardbyte/create-release-action) and [LizardByte/jellyfin-plugin-repo](https://github.com/lizardbyte/jellyfin-plugin-repo). Updates `LizardByte/setup-release-action` from 2024.919.143601 to 2025.612.120948 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](LizardByte/setup-release-action@v2024.919.143601...v2025.612.120948) Updates `LizardByte/create-release-action` from 2024.919.143026 to 2025.612.13419 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2024.919.143026...v2025.612.13419) Updates `LizardByte/jellyfin-plugin-repo` from 2024.919.151635 to 2025.612.131900 - [Release notes](https://github.com/lizardbyte/jellyfin-plugin-repo/releases) - [Commits](LizardByte/jellyfin-plugin-repo@v2024.919.151635...v2025.612.131900) --- 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/create-release-action dependency-version: 2025.612.13419 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions - dependency-name: LizardByte/jellyfin-plugin-repo dependency-version: 2025.612.131900 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7967757 commit 4a5e54e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Setup Release
3232
id: setup_release
33-
uses: LizardByte/setup-release-action@v2024.919.143601
33+
uses: LizardByte/setup-release-action@v2025.612.120948
3434
with:
3535
dotnet: true
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Create/Update GitHub Release
9292
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
93-
uses: LizardByte/create-release-action@v2024.919.143026
93+
uses: LizardByte/create-release-action@v2025.612.13419
9494
with:
9595
allowUpdates: true
9696
body: ${{ needs.setup_release.outputs.release_body }}

.github/workflows/update-jellyfin-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Create/Update Jellyfin Release
9494
if: >-
9595
steps.check.outputs.hasTopic == 'true'
96-
uses: LizardByte/jellyfin-plugin-repo@v2024.919.151635
96+
uses: LizardByte/jellyfin-plugin-repo@v2025.612.131900
9797
with:
9898
action: ${{ github.event.action == 'deleted' && 'remove' || 'add' }}
9999
github_token: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)