Skip to content

Commit 88d67a3

Browse files
authored
Update CI packages (#389)
1 parent 956abf9 commit 88d67a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
- name: Setup Rust cache
3434
uses: Swatinem/rust-cache@v2
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install mdbook
4040
uses: taiki-e/install-action@v2
4141
with:
42-
tool: mdbook@0.4.37,mdbook-toc@0.14.2,mdbook-i18n-helpers@0.3.2,mdbook-admonish@1.15.0
42+
tool: mdbook@0.4.51,mdbook-toc@0.14.2,mdbook-i18n-helpers@0.3.6,mdbook-admonish@1.20.0
4343

4444
- name: Build course in English
4545
run: mdbook build -d book

0 commit comments

Comments
 (0)