From e86bbac32d3955d8588b61b1994d0b0546b08ffb Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 23 May 2024 17:19:38 -0400 Subject: [PATCH] build(deps): bump LizardByte/jellyfin-plugin-action from v2024.522.143446 to v2024.523.204421 --- .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 79f93f6..dfbfa9d 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.522.143446 + uses: LizardByte/jellyfin-plugin-repo@v2024.523.204421 with: action: ${{ github.event.action == 'deleted' && 'remove' || 'add' }} github_token: ${{ secrets.GH_BOT_TOKEN }}