Skip to content

Commit

Permalink
🐎 ci: Add the version number of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Dec 23, 2023
1 parent b56e7e2 commit 9878f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@main
uses: actions/setup-node@v4

- name: Install dependencies
run: npm install
Expand All @@ -30,7 +30,7 @@ jobs:
run: rm -rf build/*.map

- name: Copy file to server
uses: appleboy/scp-action@main
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.CHILI3D_HOST }}
username: ${{ secrets.CHILI3D_HOST_USER }}
Expand Down

0 comments on commit 9878f54

Please sign in to comment.