Skip to content

Commit f337c0f

Browse files
authored
Upgrade dependencies in github actions (#2101)
1 parent 6115a12 commit f337c0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/install-mdbook/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
# The --locked flag is important for reproducible builds. It also
99
# avoids breakage due to skews between mdbook and mdbook-svgbob.
1010
- name: Install mdbook
11-
run: cargo install mdbook --locked --version 0.4.36
11+
run: cargo install mdbook --locked --version 0.4.37
1212
shell: bash
1313

1414
- name: Install mdbook-svgbob
@@ -17,14 +17,14 @@ runs:
1717

1818
- name: Install mdbook-pandoc and related dependencies
1919
run: |
20-
cargo install mdbook-pandoc --locked --version 0.5.0
20+
cargo install mdbook-pandoc --locked --version 0.6.4
2121
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
22-
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-linux-amd64.tar.gz | tar zxf -
23-
echo "$PWD/pandoc-3.1.12.2/bin" >> $GITHUB_PATH
22+
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-amd64.tar.gz | tar zxf -
23+
echo "$PWD/pandoc-3.2/bin" >> $GITHUB_PATH
2424
shell: bash
2525

2626
- name: Install mdbook-i18n-helpers
27-
run: cargo install mdbook-i18n-helpers --locked --version 0.3.1
27+
run: cargo install mdbook-i18n-helpers --locked --version 0.3.3
2828
shell: bash
2929

3030
- name: Install mdbook-exerciser

0 commit comments

Comments
 (0)