From 2ec3c1b8e42571b643e4299eea3bc5e664d96e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:05:26 -0400 Subject: [PATCH] build(deps): bump LizardByte/jellyfin-plugin-repo from 2024.715.145527 to 2024.919.151635 (#533) build(deps): bump LizardByte/jellyfin-plugin-repo Bumps [LizardByte/jellyfin-plugin-repo](https://github.com/lizardbyte/jellyfin-plugin-repo) from 2024.715.145527 to 2024.919.151635. - [Release notes](https://github.com/lizardbyte/jellyfin-plugin-repo/releases) - [Commits](https://github.com/lizardbyte/jellyfin-plugin-repo/compare/v2024.715.145527...v2024.919.151635) --- updated-dependencies: - dependency-name: LizardByte/jellyfin-plugin-repo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-jellyfin-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-jellyfin-release.yml b/.github/workflows/update-jellyfin-release.yml index d6c3cf4..63738fd 100644 --- a/.github/workflows/update-jellyfin-release.yml +++ b/.github/workflows/update-jellyfin-release.yml @@ -93,7 +93,7 @@ jobs: - name: Create/Update Jellyfin Release if: >- steps.check.outputs.hasTopic == 'true' - uses: LizardByte/jellyfin-plugin-repo@v2024.715.145527 + uses: LizardByte/jellyfin-plugin-repo@v2024.919.151635 with: action: ${{ github.event.action == 'deleted' && 'remove' || 'add' }} github_token: ${{ secrets.GH_BOT_TOKEN }}