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 48bfb96 commit 685260dCopy full SHA for 685260d
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
env:
10
MDBOOK_VERSION: 0.4.51
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Install mdbook
14
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz
15
- name: Install mdbook-linkcheck
0 commit comments