We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733d200 commit 0442b1aCopy full SHA for 0442b1a
1 file changed
.github/workflows/build-docs.yml
@@ -8,12 +8,11 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout your repository using git
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
12
with:
13
repository: Xtr126/XtMapper-docs
14
15
- name: Install, build, and upload your site
16
- uses: withastro/action@v2
+ uses: withastro/action@v6
17
18
- node-version: 20
19
package-manager: pnpm@latest
0 commit comments