Skip to content

Commit

Permalink
chore(deps): bump actions-rust-lang/rustfmt from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [actions-rust-lang/rustfmt](https://github.com/actions-rust-lang/rustfmt) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/actions-rust-lang/rustfmt/releases)
- [Changelog](https://github.com/actions-rust-lang/rustfmt/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/rustfmt@2d1d4e9...559aa30)

---
updated-dependencies:
- dependency-name: actions-rust-lang/rustfmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 7dedc38 commit b784d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
target: x86_64-unknown-linux-gnu
components: clippy, rustfmt
- name: Run Rustfmt
uses: actions-rust-lang/rustfmt@2d1d4e9f72379428552fa1def0b898733fb8472d # v1.1.0
uses: actions-rust-lang/rustfmt@559aa3035a47390ba96088dffa783b5d26da9326 # v1.1.1
- name: Run Clippy
uses: clechasseur/rs-clippy-check@a2a93bdcf05de7909aabd62eca762179ad3dbe50 # v3.0.5
with:
Expand Down

0 comments on commit b784d0b

Please sign in to comment.