Skip to content

Commit

Permalink
Merge pull request #1499 from Libensemble/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/crate-ci/typos-1.29.4

Bump crate-ci/typos from 1.28.4 to 1.29.4
  • Loading branch information
jmlarson1 authored Jan 6, 2025
2 parents 2049283 + 5ce982d commit 5b7a14d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.4
- uses: crate-ci/typos@v1.29.4
2 changes: 1 addition & 1 deletion .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.4
- uses: crate-ci/typos@v1.29.4
2 changes: 1 addition & 1 deletion docs/tutorials/executor_forces_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Running forces application with input file
Many applications read an input file instead of being given parameters directly on the run line.

forces_simple_with_input_file_ directory contains a variant of this example, where a templated
input file is parametized for each evaluation.
input file is parameterized for each evaluation.

This requires **jinja2** to be installed::

Expand Down

0 comments on commit 5b7a14d

Please sign in to comment.