Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 2585317

Browse files
Bump appleboy/ssh-action from 1.2.4 to 1.2.5
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](appleboy/ssh-action@823bd89...0ff4204) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 146c065 commit 2585317

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strip_components: 2
5151
target: "/srv/incoming/client/jellyfin-desktop/ubuntu/${{ matrix.tag }}"
5252
- name: Import artifactsinto reprepro
53-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
53+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
5454
with:
5555
host: "${{ secrets.REPO_HOST }}"
5656
username: "${{ secrets.REPO_USER }}"
@@ -63,7 +63,7 @@ jobs:
6363
sudo reprepro --waitforlock 30 --basedir /srv/ubuntu --component ${COMPONENT} includedeb ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/ubuntu/${{ matrix.tag }}/*.deb || exit 1
6464
sudo reprepro --waitforlock 30 --basedir /srv/ubuntu --component ${COMPONENT} includedsc ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/ubuntu/${{ matrix.tag }}/*.dsc || exit 1
6565
- name: Move artifacts into repository
66-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
66+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
6767
with:
6868
host: "${{ secrets.REPO_HOST }}"
6969
username: "${{ secrets.REPO_USER }}"
@@ -123,7 +123,7 @@ jobs:
123123
strip_components: 2
124124
target: "/srv/incoming/client/jellyfin-desktop/debian/${{ matrix.tag }}"
125125
- name: Import artifactsinto reprepro
126-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
126+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
127127
with:
128128
host: "${{ secrets.REPO_HOST }}"
129129
username: "${{ secrets.REPO_USER }}"
@@ -136,7 +136,7 @@ jobs:
136136
sudo reprepro --waitforlock 30 --basedir /srv/debian --component ${COMPONENT} includedeb ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/debian/${{ matrix.tag }}/*.deb || exit 1
137137
sudo reprepro --waitforlock 30 --basedir /srv/debian --component ${COMPONENT} includedsc ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/debian/${{ matrix.tag }}/*.dsc || exit 1
138138
- name: Move artifacts into repository
139-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
139+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
140140
with:
141141
host: "${{ secrets.REPO_HOST }}"
142142
username: "${{ secrets.REPO_USER }}"

0 commit comments

Comments
 (0)