diff --git a/.github/workflows/rust_auto_format.yml b/.github/workflows/rust_auto_format.yml index 01a2056..349e43a 100644 --- a/.github/workflows/rust_auto_format.yml +++ b/.github/workflows/rust_auto_format.yml @@ -32,7 +32,7 @@ jobs: - run: cat CI.toml >> Cargo.toml - run: cargo +nightly fmt --all - - uses: stefanzweifel/git-auto-commit-action@v4.14.0 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: Automatic formatting commit (cargo +nightly fmt) file_pattern: '**/*.rs'