aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-openapi.yml
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-11-24 13:32:55 +0100
committerGitHub <noreply@github.com>2024-11-24 13:32:55 +0100
commitcd6f52a29f91e7485de70acb02f152cb1e964f60 (patch)
tree0e54d1fed586fa1cbaa57641874f0767495d1fa9 /.github/workflows/ci-openapi.yml
parent06c603428bceccdb793eb34cc0340e25552d6c1d (diff)
parentf932c4efa742c9f82d6d3cb2757ad3b9e7148f24 (diff)
Merge pull request #13056 from jellyfin/renovate/ci-deps
Update CI dependencies
Diffstat (limited to '.github/workflows/ci-openapi.yml')
-rw-r--r--.github/workflows/ci-openapi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml
index 353c47c54e..25b4b9f814 100644
--- a/.github/workflows/ci-openapi.yml
+++ b/.github/workflows/ci-openapi.yml
@@ -172,7 +172,7 @@ jobs:
strip_components: 1
target: "/srv/incoming/openapi/unstable/jellyfin-openapi-${{ env.JELLYFIN_VERSION }}"
- name: Move openapi.json (unstable) into place
- uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1 # v1.1.0
+ uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"
@@ -234,7 +234,7 @@ jobs:
strip_components: 1
target: "/srv/incoming/openapi/stable/jellyfin-openapi-${{ env.JELLYFIN_VERSION }}"
- name: Move openapi.json (stable) into place
- uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1 # v1.1.0
+ uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
with:
host: "${{ secrets.REPO_HOST }}"
username: "${{ secrets.REPO_USER }}"