Skip to content

Commit 78b3183

Browse files
authored
Merge pull request #202 from CapstoneProjectCMC/dependabot/github_actions/appleboy/scp-action-1.0.0
Bump appleboy/scp-action from 0.1.7 to 1.0.0
2 parents db59a0e + bd0d587 commit 78b3183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
mkdir -p '${{ steps.targetdir.outputs.DEPLOY_DIR_FINAL }}'
140140
141141
- name: Upload bundle to server
142-
uses: appleboy/scp-action@v0.1.7
142+
uses: appleboy/scp-action@v1.0.0
143143
with:
144144
host: ${{ secrets.SSH_HOST }}
145145
username: ${{ secrets.SSH_USER }}

0 commit comments

Comments
 (0)