Skip to content

Commit 2e55f9c

Browse files
Bump appleboy/scp-action from 0.1.7 to 1.0.0 (#716)
Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.7 to 1.0.0. - [Release notes](https://github.com/appleboy/scp-action/releases) - [Changelog](https://github.com/appleboy/scp-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/scp-action@v0.1.7...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/scp-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9386a8f commit 2e55f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "Archive created: $(ls -lh website-build.tar.gz)"
6868
6969
- name: Transfer build to droplet
70-
uses: appleboy/scp-action@v0.1.7
70+
uses: appleboy/scp-action@v1.0.0
7171
with:
7272
host: ${{ secrets.SSH_HOST }}
7373
username: ${{ secrets.SSH_USERNAME }}

0 commit comments

Comments
 (0)