fix(workflows): pin appleboy/scp-action to v1
All checks were successful
build dist / build-dist (push) Successful in 41s

This commit is contained in:
z0x 2025-05-07 10:05:16 -04:00
parent d81ac1b5b8
commit 4487c54fb5

View file

@ -24,7 +24,7 @@ jobs:
bun run build
- name: Deploy to server
uses: https://github.com/appleboy/scp-action@master
uses: https://github.com/appleboy/scp-action@v1
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}