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

This commit is contained in:
z0x 2025-05-07 10:05:34 -04:00
parent fc50ab4f44
commit 384d353f37

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 }}