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

Commit 92eae00

Browse files
authored
Merge pull request #1106 from jellyfin/dependabot/github_actions/master/appleboy/scp-action-1.0.0
Bump appleboy/scp-action from 0.1.7 to 1.0.0
2 parents e866fa1 + e4eba71 commit 92eae00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
gpg --batch --yes --delete-secret-keys ${{ secrets.DEBIAN_SIGNING_KEY_ID }}
4343
- name: Upload artifacts to repository server
44-
uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
44+
uses: appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
4545
with:
4646
host: "${{ secrets.REPO_HOST }}"
4747
username: "${{ secrets.REPO_USER }}"
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
gpg --batch --yes --delete-secret-keys ${{ secrets.DEBIAN_SIGNING_KEY_ID }}
116116
- name: Upload artifacts to repository server
117-
uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
117+
uses: appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
118118
with:
119119
host: "${{ secrets.REPO_HOST }}"
120120
username: "${{ secrets.REPO_USER }}"

0 commit comments

Comments
 (0)