From afefeefc3f4a2bca076115e1824824b30887684b Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Sun, 12 Jan 2025 17:48:18 -0800 Subject: [PATCH] fix: update autofix-ci/action version in workflow files --- .github/workflows/autofix.yml | 2 +- crates/gh-workflow-tailcall/src/workflow.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/crates/gh-workflow-tailcall/src/workflow.rs b/crates/gh-workflow-tailcall/src/workflow.rs index 835bb66..d133ed2 100644 --- a/crates/gh-workflow-tailcall/src/workflow.rs +++ b/crates/gh-workflow-tailcall/src/workflow.rs @@ -168,7 +168,7 @@ impl StandardWorkflow { Step::uses( "autofix-ci", "action", - "ff86a557419858bb967097bfc916833f5647fa8c", + "551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef", ), ) }