Skip to content

Commit 43a1c0d

Browse files
committed
chore: update GitHub Actions
1 parent 93df8ef commit 43a1c0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # Not needed if lastUpdated is not enabled
35-
- uses: pnpm/action-setup@v2
35+
- uses: pnpm/action-setup@v4
3636
with:
3737
version: 8
3838
- name: Setup Node
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: 18
4242
cache: pnpm
4343
- name: Setup Pages
44-
uses: actions/configure-pages@v3
44+
uses: actions/configure-pages@v5
4545
- name: Install dependencies
4646
run: pnpm install --no-frozen-lockfile
4747
- name: Build with VitePress
4848
run: |
4949
pnpm run build
5050
touch .vitepress/dist/.nojekyll
5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v2
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
path: .vitepress/dist
5555

@@ -64,4 +64,4 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v2
67+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)