Skip to content

Commit

Permalink
build(deps): bump olix0r/cargo-action-fmt (#131)
Browse files Browse the repository at this point in the history
Bumps [olix0r/cargo-action-fmt](https://github.com/olix0r/cargo-action-fmt) from ee1ef42932e44794821dab57ef1bf7a73df8b21f to 1.0.2. This release includes the previously tagged commit.
- [Release notes](https://github.com/olix0r/cargo-action-fmt/releases)
- [Commits](olix0r/cargo-action-fmt@ee1ef42...ed3530f)

---
updated-dependencies:
- dependency-name: olix0r/cargo-action-fmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2022
1 parent 95c89ce commit d8eaae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
image: docker://rust:1.60
steps:
- uses: extractions/setup-just@aa5d15c144db4585980a44ebfdd2cf337c4f14cb
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: olix0r/cargo-action-fmt@ed3530f0739c46ffa0dd983f8746b8c4a3d0a01c
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: ./.github/actions/install-protoc
- run: just rs-fetch
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
container:
image: docker://rust:1.60
steps:
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: olix0r/cargo-action-fmt@ed3530f0739c46ffa0dd983f8746b8c4a3d0a01c
- uses: extractions/setup-just@aa5d15c144db4585980a44ebfdd2cf337c4f14cb
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: ./.github/actions/install-protoc
Expand All @@ -39,7 +39,7 @@ jobs:
image: docker://rust:1.60
steps:
- run: rustup component add clippy
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: olix0r/cargo-action-fmt@ed3530f0739c46ffa0dd983f8746b8c4a3d0a01c
- uses: extractions/setup-just@aa5d15c144db4585980a44ebfdd2cf337c4f14cb
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- run: just rs-fetch
Expand All @@ -51,7 +51,7 @@ jobs:
container:
image: docker://rust:1.60
steps:
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: olix0r/cargo-action-fmt@ed3530f0739c46ffa0dd983f8746b8c4a3d0a01c
- uses: extractions/setup-just@aa5d15c144db4585980a44ebfdd2cf337c4f14cb
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- run: just rs-fetch
Expand All @@ -63,7 +63,7 @@ jobs:
container:
image: docker://rust:1.60
steps:
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: olix0r/cargo-action-fmt@ed3530f0739c46ffa0dd983f8746b8c4a3d0a01c
- uses: extractions/setup-just@aa5d15c144db4585980a44ebfdd2cf337c4f14cb
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- run: just rs-fetch
Expand Down

0 comments on commit d8eaae2

Please sign in to comment.