Skip to content

Commit 867099c

Browse files
dependabot[bot]shssoichiro
authored andcommitted
chore(deps): bump actions-rs-plus/clippy-check from 2.4.1 to 2.4.2
Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/actions-rs-plus/clippy-check/releases) - [Changelog](https://github.com/actions-rs-plus/clippy-check/blob/main/CHANGELOG.md) - [Commits](actions-rs-plus/clippy-check@v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed925e2 commit 867099c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cargo fmt --all -- --check
4545
- name: Run clippy
4646
if: matrix.toolchain == 'stable'
47-
uses: actions-rs-plus/clippy-check@v2.4.1
47+
uses: actions-rs-plus/clippy-check@v2.4.2
4848
with:
4949
args: --all -- -D warnings
5050
- name: Run tests

0 commit comments

Comments
 (0)