Skip to content

Commit c766bb9

Browse files
authoredJun 1, 2024
Update main.yml
1 parent beade5c commit c766bb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
pages:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@latest
10+
- uses: actions/checkout@4
1111

1212
- name: Use Node.js latest
13-
uses: actions/setup-node@latest
13+
uses: actions/setup-node@4
1414
with:
1515
node-version: lts
1616

@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm build
2727

2828
- name: Deploy
29-
uses: peaceiris/actions-gh-pages@latest
29+
uses: peaceiris/actions-gh-pages@4
3030
with:
3131
personal_token: ${{ secrets.PERSONAL_TOKEN }}
3232
external_repository: Debbl/tools.aiwan.run

0 commit comments

Comments
 (0)