Skip to content

Commit

Permalink
chore(deps): update burnett01/rsync-deployments action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 620f0d2 commit 3dc743a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
mkdir -p /srv/repository/releases/server/${{ inputs.distro }}/versions/jellyfin-ffmpeg/${{ steps.set_version.outputs.no-v }}/
- name: Upload Release Assets
uses: burnett01/rsync-deployments@45d84ad5f6c174f3e0ffc50e9060a9666d09c16e # 6.0.0
uses: burnett01/rsync-deployments@93f02b856fbeaf9a8fbfdd8ce1a4adfd0843f849 # 7.0.0
with:
switches: -vrptz
path: ./artifact/*
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 @@ -98,7 +98,7 @@ jobs:
mkdir -p /srv/repository/releases/ffmpeg/${{ steps.set_version.outputs.no-v }}/
- name: Upload Release Assets
uses: burnett01/rsync-deployments@45d84ad5f6c174f3e0ffc50e9060a9666d09c16e # 6.0.0
uses: burnett01/rsync-deployments@93f02b856fbeaf9a8fbfdd8ce1a4adfd0843f849 # 7.0.0
with:
switches: -vrptz
path: ./artifact/*
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 @@ -103,7 +103,7 @@ jobs:
mkdir -p /srv/repository/releases/ffmpeg/${{ steps.set_version.outputs.no-v }}/
- name: Upload Release Assets
uses: burnett01/rsync-deployments@45d84ad5f6c174f3e0ffc50e9060a9666d09c16e # 6.0.0
uses: burnett01/rsync-deployments@93f02b856fbeaf9a8fbfdd8ce1a4adfd0843f849 # 7.0.0
with:
switches: -vrptz
path: ./artifact/*
Expand Down

0 comments on commit 3dc743a

Please sign in to comment.