Skip to content

Commit

Permalink
Update appleboy/ssh-action action to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 661153d commit e110497
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.distro }}/${{ matrix.arch }}/${{ matrix.release }}

- name: Move incoming release into repository
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
uses: appleboy/ssh-action@8faa84277b88b6cd1455986f459aa66cf72bc8a3 # v1.2.1
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_mac_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
uses: appleboy/ssh-action@8faa84277b88b6cd1455986f459aa66cf72bc8a3 # v1.2.1
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
uses: appleboy/ssh-action@8faa84277b88b6cd1455986f459aa66cf72bc8a3 # v1.2.1
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_win_clang_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/windows/${{ matrix.arch }}

- name: Move incoming release into repository
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
uses: appleboy/ssh-action@8faa84277b88b6cd1455986f459aa66cf72bc8a3 # v1.2.1
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
]
steps:
- name: Import packages into reprepro
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
uses: appleboy/ssh-action@8faa84277b88b6cd1455986f459aa66cf72bc8a3 # v1.2.1
with:
host: ${{ secrets.REPO_HOST }}
username: ${{ secrets.REPO_USER }}
Expand Down

0 comments on commit e110497

Please sign in to comment.