diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d6f1ee1..1cce99c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -47,7 +47,7 @@ jobs: run: cargo +nightly fmt --all - name: Cargo Clippy run: cargo +nightly clippy --fix --allow-dirty --all-features --workspace -- -D warnings - - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c + - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef concurrency: group: autofix-${{github.ref}} cancel-in-progress: false