Skip to content

Commit 90cd923

Browse files
dependabot[bot]shssoichiro
authored andcommitted
chore(deps): bump actions-rs-plus/clippy-check from 2.4.2 to 2.5.0
Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.4.2 to 2.5.0. - [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.2...v2.5.0) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70be212 commit 90cd923

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.2
47+
uses: actions-rs-plus/clippy-check@v2.5.0
4848
with:
4949
args: --all -- -D warnings
5050
- name: Run tests

0 commit comments

Comments
 (0)