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 68e748a + 0e32d57 commit 69b6848Copy full SHA for 69b6848
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@v4
+ uses: actions/checkout@v5
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