From 0a1d8540fb0525c0605b1ef77932c1fd2ab66e39 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Sun, 27 Nov 2022 01:49:39 -0600 Subject: [PATCH] Update dependencies --- .github/workflows/build.yml | 2 +- .github/workflows/container.yml | 6 +-- .github/workflows/publish.yml | 2 +- ...PolarBear.Plugin.IntroSkipper.Tests.csproj | 50 +++++++++---------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9966d4..ecc292c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: dotnet build --no-restore - name: Upload artifact - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: intro-skipper-${{ github.sha }}.dll path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 537229c..fa4b507 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Login to GHCR - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -68,14 +68,14 @@ jobs: tar czf dist.tar.gz dist - name: Upload web interface - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: jellyfin-web-10.8.0+${{ steps.web-commit.outputs.commit }}.tar.gz path: web/dist.tar.gz if-no-files-found: error - name: Publish container - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v3.2.0 with: file: docker/Dockerfile context: docker/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e77b544..0edecc7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: run: .github/workflows/package.sh ${{ steps.tag.outputs.tag }} - name: Upload plugin archive - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: intro-skipper-bundle-${{ steps.tag.outputs.tag }}.zip path: | diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/ConfusedPolarBear.Plugin.IntroSkipper.Tests.csproj b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/ConfusedPolarBear.Plugin.IntroSkipper.Tests.csproj index a4633e3..a38068d 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/ConfusedPolarBear.Plugin.IntroSkipper.Tests.csproj +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/ConfusedPolarBear.Plugin.IntroSkipper.Tests.csproj @@ -1,27 +1,27 @@ - - - - net6.0 - enable - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - + + + + net6.0 + enable + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + - - - + + +