Skip to content

Commit 0442b1a

Browse files
authored
Update build docs workflow to fix ci
1 parent 733d200 commit 0442b1a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout your repository using git
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
repository: Xtr126/XtMapper-docs
1414

1515
- name: Install, build, and upload your site
16-
uses: withastro/action@v2
16+
uses: withastro/action@v6
1717
with:
18-
node-version: 20
1918
package-manager: pnpm@latest

0 commit comments

Comments
 (0)