Skip to content

Commit

Permalink
feat: update tuono version in CI/CD actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerio Ageno committed Nov 30, 2024
1 parent 835dc77 commit 9c22965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install tuono
run: cargo install tuono@0.12.3
run: cargo install tuono@0.15.0

- name: Build project
working-directory: ./apps/documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install tuono
run: cargo install tuono@0.12.3
run: cargo install tuono@0.15.0

- name: Build project
working-directory: ./apps/documentation
Expand Down

0 comments on commit 9c22965

Please sign in to comment.