Skip to content

Commit 7bc5d21

Browse files
committed
ci: Updated checkout
1 parent b52a67c commit 7bc5d21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3333
- name: Setup Node
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: 18
3737
cache: yarn
3838
- name: Setup Pages
39-
uses: actions/configure-pages@v3
39+
uses: actions/configure-pages@v4
4040
- name: Install dependencies
4141
run: yarn install
4242
- name: Build with VitePress
4343
run: |
4444
yarn docs:build
4545
touch wiki/.vitepress/dist/.nojekyll
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v2
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
path: wiki/.vitepress/dist
5050

@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v2
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)