Merge pull request #193 from jellyfin/renovate/ci-deps

chore(deps): update appleboy/ssh-action action to v1.0.3
This commit is contained in:
Tim Eisele 2024-01-07 14:53:23 +01:00 committed by GitHub
commit 09b0f39b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ jobs:
asset_path: ./*
- name: Ensure Destination Path Exists
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
if: ${{ contains(github.repository, 'jellyfin/') }}
with:
host: ${{ secrets.deploy-host }}
@ -109,7 +109,7 @@ jobs:
JELLYFIN_REPO_URL: "https://repo.jellyfin.org/releases/plugin/"
steps:
- name: Update Plugin Manifest
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}