Skip to content

Commit

Permalink
fix: update autofix-ci/action version in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jan 13, 2025
1 parent 4e7fd71 commit afefeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion crates/gh-workflow-tailcall/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl StandardWorkflow {
Step::uses(
"autofix-ci",
"action",
"ff86a557419858bb967097bfc916833f5647fa8c",
"551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef",
),
)
}
Expand Down

0 comments on commit afefeef

Please sign in to comment.