Skip to content

Commit 81a0624

Browse files
authored
Merge pull request #655 from jellyfin/renovate/ci-deps
2 parents b5d62ad + 617c823 commit 81a0624

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.distro }}/${{ matrix.arch }}/${{ matrix.release }}
108108

109109
- name: Move incoming release into repository
110-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
110+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
111111
with:
112112
host: ${{ secrets.deploy-host }}
113113
username: ${{ secrets.deploy-user }}

.github/workflows/_meta_mac_portable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/macos/${{ matrix.arch }}
100100

101101
- name: Move incoming release into repository
102-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
102+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
103103
with:
104104
host: ${{ secrets.deploy-host }}
105105
username: ${{ secrets.deploy-user }}

.github/workflows/_meta_portable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.os }}/${{ matrix.arch }}
114114

115115
- name: Move incoming release into repository
116-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
116+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
117117
with:
118118
host: ${{ secrets.deploy-host }}
119119
username: ${{ secrets.deploy-user }}

.github/workflows/_meta_win_clang_portable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/windows/${{ matrix.arch }}
122122

123123
- name: Move incoming release into repository
124-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
124+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
125125
with:
126126
host: ${{ secrets.deploy-host }}
127127
username: ${{ secrets.deploy-user }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
]
9191
steps:
9292
- name: Import packages into reprepro
93-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
93+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
9494
with:
9595
host: ${{ secrets.REPO_HOST }}
9696
username: ${{ secrets.REPO_USER }}

0 commit comments

Comments
 (0)