Skip to content

Commit d8d7eb3

Browse files
authored
chore: bump actions version (doocs#2447)
1 parent 52a6791 commit d8d7eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mkdocs build -f mkdocs-en.yml
5555
5656
- name: Deploy
57-
uses: peaceiris/actions-gh-pages@main
57+
uses: peaceiris/actions-gh-pages@v3
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: ./site

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: ${{ github.head_ref }}
1818
fetch-depth: 0
1919
- name: Set up Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: 18
2323
- name: Install Dependencies

0 commit comments

Comments
 (0)