Skip to content

Commit

Permalink
Versions for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Aug 18, 2024
1 parent de4ce88 commit f436a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_with_scp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: 🚚 Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 🛠 Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'

Expand All @@ -25,7 +25,7 @@ jobs:
run: npm run build

- name: 📂 Deploy to server
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.7
with:
host: sl2201.web.hostpoint.ch
username: bkserfa
Expand Down

0 comments on commit f436a84

Please sign in to comment.