From aaebed3672ff706ac0f0b45d5cab06cc842a4148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 16:31:21 -0400 Subject: [PATCH] build(deps): bump LizardByte/jellyfin-plugin-repo (#330) Bumps [LizardByte/jellyfin-plugin-repo](https://github.com/lizardbyte/jellyfin-plugin-repo) from 2024.511.164148 to 2024.516.183604. - [Release notes](https://github.com/lizardbyte/jellyfin-plugin-repo/releases) - [Commits](https://github.com/lizardbyte/jellyfin-plugin-repo/compare/v2024.511.164148...v2024.516.183604) --- 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/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c281508..86f3287 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -112,7 +112,7 @@ jobs: - name: Create/Update Jellyfin Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/jellyfin-plugin-repo@v2024.511.164148 + uses: LizardByte/jellyfin-plugin-repo@v2024.516.183604 with: github_token: ${{ secrets.GH_BOT_TOKEN }} committer_email: ${{ secrets.GH_BOT_EMAIL }}