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.
2 parents 9f31f96 + 9b3256d commit b01e91fCopy full SHA for b01e91f
2 files changed
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
MDBOOK_VERSION: '0.4.40'
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- name: Setup deno
22
uses: denoland/setup-deno@v1
.github/workflows/deploy.yaml
@@ -28,7 +28,7 @@ jobs:
28
MDBOOK_ALERTS_VERSION: '0.5.2'
29
30
31
32
33
- name: Setup Pages
34
uses: actions/configure-pages@v5
0 commit comments