Skip to content

Commit

Permalink
Use latest mdbook-i18n-helpers in action.yml (google#1221)
Browse files Browse the repository at this point in the history
The new release will allow us to skip untranslatable text in the course,
thus reducing the amount of work and churn for our translators.
  • Loading branch information
mgeisler authored Sep 20, 2023
1 parent 9ca8d5e commit 38557b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.2.2
run: cargo install mdbook-i18n-helpers --locked --version 0.2.3
shell: bash

- name: Install exerciser
Expand Down

0 comments on commit 38557b1

Please sign in to comment.