diff --git a/.github/workflows/rust_auto_format.yml b/.github/workflows/rust_auto_format.yml index 58b7d8a..7af3cd4 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.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: Automatic formatting commit (cargo +nightly fmt) file_pattern: '**/*.rs'