From f25e3b62e9ea0120d39a15504965c6a390ca010d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:51:21 -0400 Subject: [PATCH] build(deps): bump LizardByte/jellyfin-plugin-repo (#312) Bumps [LizardByte/jellyfin-plugin-repo](https://github.com/lizardbyte/jellyfin-plugin-repo) from 2023.1219.223957 to 2024.511.164148. - [Release notes](https://github.com/lizardbyte/jellyfin-plugin-repo/releases) - [Commits](https://github.com/lizardbyte/jellyfin-plugin-repo/compare/v2023.1219.223957...v2024.511.164148) --- updated-dependencies: - dependency-name: LizardByte/jellyfin-plugin-repo dependency-type: direct:production update-type: version-update:semver-major ... 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 b9c089d..129f960 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@v2023.1219.223957 + uses: LizardByte/jellyfin-plugin-repo@v2024.511.164148 with: github_token: ${{ secrets.GH_BOT_TOKEN }} committer_email: ${{ secrets.GH_BOT_EMAIL }}