diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index f03a3435455..57e95ee1597 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -107,7 +107,7 @@ jobs: target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.distro }}/${{ matrix.arch }} - name: Move incoming release into repository - uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1 + uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: host: ${{ secrets.REPO_HOST }} username: ${{ secrets.REPO_USER }} diff --git a/.github/workflows/_meta_mac_portable.yaml b/.github/workflows/_meta_mac_portable.yaml index 7f6aa0d3f5c..dd2ce61ceef 100644 --- a/.github/workflows/_meta_mac_portable.yaml +++ b/.github/workflows/_meta_mac_portable.yaml @@ -100,7 +100,7 @@ jobs: target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/macos/${{ matrix.arch }} - name: Move incoming release into repository - uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1 + uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: host: ${{ secrets.REPO_HOST }} username: ${{ secrets.REPO_USER }} diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index 87385a0af6b..e0ecc36b300 100644 --- a/.github/workflows/_meta_portable.yaml +++ b/.github/workflows/_meta_portable.yaml @@ -97,7 +97,7 @@ jobs: target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.os }}/${{ matrix.arch }} - name: Move incoming release into repository - uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1 + uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: host: ${{ secrets.REPO_HOST }} username: ${{ secrets.REPO_USER }}