From 188457525f9f4a36e3ebe0dc6a8c2de366a7deac Mon Sep 17 00:00:00 2001 From: Dominik Krivohlavek Date: Fri, 23 Feb 2024 20:49:02 +0100 Subject: [PATCH] Upgrade jprm in publish workflows (#91) --- .github/workflows/publish.yml | 2 +- .github/workflows/publish_dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc94050e..34e00855 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: dotnet-version: "${{ inputs.dotnet-version }}" - name: Build Jellyfin Plugin - uses: oddstr13/jellyfin-plugin-repository-manager@4a2b165a3dc2cfc392db865a85f23c02e9f78c68 # v0.5.1 + uses: oddstr13/jellyfin-plugin-repository-manager@eabb903cdac8a7f6d94df887c6910b5720ec48f9 # v1.0.11 id: jprm with: dotnet-target: "${{ inputs.dotnet-target }}" diff --git a/.github/workflows/publish_dev.yml b/.github/workflows/publish_dev.yml index fa61c14b..9653ef1a 100644 --- a/.github/workflows/publish_dev.yml +++ b/.github/workflows/publish_dev.yml @@ -21,7 +21,7 @@ jobs: dotnet-version: "${{ inputs.dotnet-version }}" - name: Build Jellyfin Plugin - uses: oddstr13/jellyfin-plugin-repository-manager@4a2b165a3dc2cfc392db865a85f23c02e9f78c68 # v0.5.1 + uses: oddstr13/jellyfin-plugin-repository-manager@eabb903cdac8a7f6d94df887c6910b5720ec48f9 # v1.0.11 id: jprm with: dotnet-target: "${{ inputs.dotnet-target }}"